{"2327":{"blame":["Calvin Ruocco <calvin.ruocco@vector.com>","Christian Schmitz <support@monkeybreadsoftware.de>","Daniel Stenberg <daniel@haxx.se>","Jay Satiro <raysatiro@yahoo.com>","Samuel Henrique <samueloph@debian.org>","Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>","renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/Runtest/logs/resultlog"]],"number":2327,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2327,"Build"],["codebase","","Build"],["got_revision","d12129dda5e14f384dbb9f24ddb462479501fc87","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d12129dda5e14f384dbb9f24ddb462479501fc87","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Fri 07 Mar 2025 23:32:31","branch":"master","category":null,"codebase":"","comments":"setopt: illegal CURLOPT_SOCKS5_AUTH should return error\n\nThe check was just wrong before.\n\nRegression introduced in 30da1f5974d34841b30c4fac3\n\nBug: https://issues.oss-fuzz.com/issues/401430844\nCloses #16617","files":[{"name":"lib/setopt.c"}],"number":224271,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"36a831b86858f35d5e5486cab0b8802de790fe64","revision":"36a831b86858f35d5e5486cab0b8802de790fe64","revlink":"https://github.com/curl/curl/commit/36a831b86858f35d5e5486cab0b8802de790fe64","when":1741386751,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 07 Mar 2025 23:34:36","branch":"master","category":null,"codebase":"","comments":"tool_parsecfg: make my_get_line() skip empty and blanks-only lines\n\nCloses #16613","files":[{"name":"src/tool_parsecfg.c"}],"number":224274,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"906aa04d9be6c5579356161bbb92df1db9a299e1","revision":"906aa04d9be6c5579356161bbb92df1db9a299e1","revlink":"https://github.com/curl/curl/commit/906aa04d9be6c5579356161bbb92df1db9a299e1","when":1741386876,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 07 Mar 2025 23:36:17","branch":"master","category":null,"codebase":"","comments":"quiche: do not iterate over multi handles\n\nQuiche needs to find easy handles to events. Do this by iterating\nover the filters stream hash and lookup the easy handle on a match.\n\nThis O(+streams-in-filter) vs O(all easy handles), at least once\nwe fix the multi lookup to use a hash.\n\nCloses #16607","files":[{"name":"lib/vquic/curl_quiche.c"}],"number":224275,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"646ffb591a45b4c0573470f3cdb3060498506c73","revision":"646ffb591a45b4c0573470f3cdb3060498506c73","revlink":"https://github.com/curl/curl/commit/646ffb591a45b4c0573470f3cdb3060498506c73","when":1741386977,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Sat 08 Mar 2025 00:39:04","branch":"master","category":null,"codebase":"","comments":"zlib: bump minimum to 1.2.5.2 (was: 1.2.0.4)\n\n1.2.5.2 was released on 2011-12-18. (vs. 1.2.0.4 on 2003-08-10)\n\nIt allows to:\n- use `Z_BLOCK` unconditionally.\n- use `inflateReset2()` to replace `inflateEnd()` + `inflateInit2()`\n  and save a memory allocation.\n- use `Z_CONST` and `z_const` (in a future commit).\n\nSuggested-by: Dan Fandrich\nRef: https://github.com/curl/curl/pull/16142#discussion_r1985449743\n\nCloses #16616","files":[{"name":"docs/INTERNALS.md"},{"name":"lib/content_encoding.c"}],"number":224287,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"25f8486f269dfcd8e938ee7ed010a51b848fb36e","revision":"25f8486f269dfcd8e938ee7ed010a51b848fb36e","revlink":"https://github.com/curl/curl/commit/25f8486f269dfcd8e938ee7ed010a51b848fb36e","when":1741390744,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 08 Mar 2025 01:53:48","branch":"master","category":null,"codebase":"","comments":"tests/server: fix to check against winsock2 error codes on Windows\n\nWindows's winsock2 returns socket errors via `WSAGetLastError()` and\nnot via `errno` like most systems out there. This was covered by\nswitching to the `SOCKERRNO` curl macro earlier. But, on Windows the\nreturned socket error codes have different values than the standard\nPOSIX errno values. Existing code was using the POSIX values for all\nthese checks. Meaning they never actually matched on Windows.\n\nThis patch defines a set of `SOCKERRNO` constants that map to the\ncorrect socket error values for Windows and other platforms.\n\nThe reverse issue exists in core curl code, which redefines POSIX errno\nvalues to winsock2 ones, breaking non-socket uses on Windows.\n\nCherry-picked from #15000\nFollow-up to adcfd4fb3e9be1de0e506728066bea2aaa53c394 #16553\nBug: https://github.com/curl/curl/pull/16553#issuecomment-2704679377\n\nCloses #16612","files":[{"name":"tests/server/mqttd.c"},{"name":"tests/server/sockfilt.c"},{"name":"tests/server/socksd.c"},{"name":"tests/server/sws.c"},{"name":"tests/server/util.c"},{"name":"tests/server/util.h"}],"number":224296,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"abf80aae384319ef9b19ffbd0d69a1fbe7421f1f","revision":"abf80aae384319ef9b19ffbd0d69a1fbe7421f1f","revlink":"https://github.com/curl/curl/commit/abf80aae384319ef9b19ffbd0d69a1fbe7421f1f","when":1741395228,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 08 Mar 2025 01:53:49","branch":"master","category":null,"codebase":"","comments":"curl_setup_once: drop `E*` macro redefines unused (with winsock2)\n\nThese were not used in curl sources at all.\n\nExcept `EDQUOT` which was used after `mkdir()` in `src/tool_dirhie.c`\nfor error display. It should not be redefined to a winsock2 error.\nThis makes the \"exceeded your quota\" error correctly appear on Windows,\nif detected, after operations that create directories.\n\nAfter this patch there remain 14 `E*` macro redefines on Windows,\ndown from 40 before this patch.\n\nBug: https://github.com/curl/curl/pull/16553#issuecomment-2704679377\nRef: #16612\nRef: #16605\nCloses #16615","files":[{"name":"lib/curl_setup_once.h"}],"number":224297,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d69425ed7d0918aceddd96048b146a9df85638ec","revision":"d69425ed7d0918aceddd96048b146a9df85638ec","revlink":"https://github.com/curl/curl/commit/d69425ed7d0918aceddd96048b146a9df85638ec","when":1741395229,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 08 Mar 2025 04:30:54","branch":"master","category":null,"codebase":"","comments":"curl_setup_once: stop redefining `ENAMETOOLONG` to winsock2 error code\n\nThe only user is error display code following an `mkdir()` call. In this\ncase the redefinition didn't cause an issue, but was unnecessary.\n\nFollow-up to d69425ed7d0918aceddd96048b146a9df85638ec #16615\nCloses #16620","files":[{"name":"lib/curl_setup_once.h"}],"number":224310,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4bca9eb581183c88b6d17f66189f1dff72683bce","revision":"4bca9eb581183c88b6d17f66189f1dff72683bce","revlink":"https://github.com/curl/curl/commit/4bca9eb581183c88b6d17f66189f1dff72683bce","when":1741404654,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 08 Mar 2025 10:49:46","branch":"master","category":null,"codebase":"","comments":"RELEASE-PROCEDURE.md: explain release candidates\n\nCloses #16622","files":[{"name":"docs/RELEASE-PROCEDURE.md"}],"number":224323,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"124c2bed2add15bd30c7bf2463468f010a08bbc2","revision":"124c2bed2add15bd30c7bf2463468f010a08bbc2","revlink":"https://github.com/curl/curl/commit/124c2bed2add15bd30c7bf2463468f010a08bbc2","when":1741427386,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 12:19:12","branch":"master","category":null,"codebase":"","comments":"GHA: update dependency cloudflare/quiche to v0.23.4\n\nCloses #16618","files":[{"name":".github/workflows/http3-linux.yml"}],"number":224330,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8f700cf5f9e97df7bba7e4709beb4d1eddfb5fd1","revision":"8f700cf5f9e97df7bba7e4709beb4d1eddfb5fd1","revlink":"https://github.com/curl/curl/commit/8f700cf5f9e97df7bba7e4709beb4d1eddfb5fd1","when":1741432752,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Sat 08 Mar 2025 13:24:24","branch":"master","category":null,"codebase":"","comments":"gtls: fix uninitialized variable\n\nFix uninitialized variable (warning by MSVC):\n```\nlib\\vtls\\gtls.c(1207,1): error C2220: the following warning is treated as an error\nlib\\vtls\\gtls.c(1207,1): warning C4701: potentially uninitialized local variable 'result' used\n```\nRef: https://github.com/curl/curl/actions/runs/13733139148/job/38413553053#step:9:31\n\nCloses #16625","files":[{"name":"lib/vtls/gtls.c"}],"number":224335,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2fc8f7a3f74f2f07171350df4945f01de58f19ee","revision":"2fc8f7a3f74f2f07171350df4945f01de58f19ee","revlink":"https://github.com/curl/curl/commit/2fc8f7a3f74f2f07171350df4945f01de58f19ee","when":1741436664,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 08 Mar 2025 22:15:34","branch":"master","category":null,"codebase":"","comments":"test1022: add support for rc releases\n\n Fix the following test failure:\n curl-config: illegal value\n\nCloses #16626","files":[{"name":"tests/libtest/test1022.pl"}],"number":224356,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3c1a88fdf72e9e43f289d121318fc31536964e66","revision":"3c1a88fdf72e9e43f289d121318fc31536964e66","revlink":"https://github.com/curl/curl/commit/3c1a88fdf72e9e43f289d121318fc31536964e66","when":1741468534,"who":"Samuel Henrique <samueloph@debian.org>"},{"at":"Sat 08 Mar 2025 22:32:44","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":224359,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"74a2f2661df63720dc4700b191c82c7ad08ed4f6","revision":"74a2f2661df63720dc4700b191c82c7ad08ed4f6","revlink":"https://github.com/curl/curl/commit/74a2f2661df63720dc4700b191c82c7ad08ed4f6","when":1741469564,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 23:49:10","branch":"master","category":null,"codebase":"","comments":"GHA/windows: re-add GnuTLS for vcpkg, improve perf by building examples less\n\nThe GnuTLS MSVC/vcpkg build doesn't actually work on Windows. Let's\nrestore the build itself, to keep it fit for more testing. With disabled\ntests (and examples) to keep it fast and not add to flakiness.\n\nAlso:\n- enable GnuTLS in the MultiSSL job.\n- limit building examples to one normal and one UWP job. It saves\n  6 x 1-1.5 minutes. Coverage remains the same, because example builds\n  only depend on the toolchain / target, not on the actual features\n  (except IPv6, but that's enabled for all.)\n\nCloses #16623","files":[{"name":".github/workflows/windows.yml"}],"number":224371,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e86f99824c4de0024cc90bca53efe205fd1c1dcc","revision":"e86f99824c4de0024cc90bca53efe205fd1c1dcc","revlink":"https://github.com/curl/curl/commit/e86f99824c4de0024cc90bca53efe205fd1c1dcc","when":1741474150,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 09 Mar 2025 03:30:42","branch":"master","category":null,"codebase":"","comments":"GHA/windows: add GnuTLS job, drop default OpenSSL for Cygwin/MSYS2 jobs\n\nTo allow selecting the TLS backend(s) for each individual job.\n\nCloses #16629","files":[{"name":".github/workflows/windows.yml"}],"number":224388,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"66313cc036671cd4d3e72db65a79a715c7b8f154","revision":"66313cc036671cd4d3e72db65a79a715c7b8f154","revlink":"https://github.com/curl/curl/commit/66313cc036671cd4d3e72db65a79a715c7b8f154","when":1741487442,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 09 Mar 2025 11:53:12","branch":"master","category":null,"codebase":"","comments":"lib2302: fix crash due to stack overflow on MSVC and clang Windows\n\nIt fixes test 2302, 2303, 2307 with MSVC and clang on Windows.\nGCC Windows builds were not affected.\n\nFailure was caused by stack overflow due to a 1MB+ sized test struct on\nstack. Replace it with dynamic allocation.\n\nAlso unignore affected tests in GHA/windows.\n\nAs seen under WINE with llvm-mingw:\n```\n$ wine64 libtests.exe lib2302 ws://127.0.0.1:59964/2302 > stdout2302 2> stderr2302\nTest: lib2302\nURL: ws://127.0.0.1:59964/2302\nwine: Unhandled stack overflow at address 000000014007486A (thread 0024), starting debugger...\nUnhandled exception: stack overflow in 64-bit code (0x000000014007486a).\n```\n\nRef: #16629 (discovery)\nRef: 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570\n\nCloses #16630","files":[{"name":".github/workflows/windows.yml"},{"name":"tests/libtest/lib2302.c"}],"number":224401,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7e282e18a5c8f76e21de70533f8dce1198dd8133","revision":"7e282e18a5c8f76e21de70533f8dce1198dd8133","revlink":"https://github.com/curl/curl/commit/7e282e18a5c8f76e21de70533f8dce1198dd8133","when":1741517592,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 09 Mar 2025 11:56:00","branch":"master","category":null,"codebase":"","comments":"tests/servers.pm: remove unused variable 'portrange'\n\nIts usage was dropped at 4efa0b5749bb7c366e1c3bda90650ef864d3978e\n(https://github.com/curl/curl/pull/11220)\n\nGrepping the tests folder for \"portrange\" returns only this as a result.\n\nCloses #16632","files":[{"name":"tests/servers.pm"}],"number":224404,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"454762d5ca1f5bba2401cc1cd4e03e50ef96c34e","revision":"454762d5ca1f5bba2401cc1cd4e03e50ef96c34e","revlink":"https://github.com/curl/curl/commit/454762d5ca1f5bba2401cc1cd4e03e50ef96c34e","when":1741517760,"who":"Samuel Henrique <samueloph@debian.org>"},{"at":"Sun 09 Mar 2025 12:04:30","branch":"master","category":null,"codebase":"","comments":"tests/server: sync `wait_ms()` with the libcurl implementation\n\nIt contains a series of bugfixes and updates applied to libcurl's\n`Curl_wait_ms()` over the years, but missed from the copy in\n`tests/server/util.c`:\n- d65321f93916e60f65b89d9bcb502341ea5c5939,\n  52e822173aa3cd4f610531d32fbf943f026cdca6,\n  5912da253b64de3cb2a1a229558077219b2c8a35\n- 4a8f459837e2b7dc146825fc9a864045f7d1ae4a\n- 1ad49feb71418f26aa6114c7a20ce1463beb3ea9\n\nIt fixes `wait_ms()` to check for, and return `SOCKERRNO`. Fixing error\nhandling on Windows.\n\nAlso:\n- tests/server: change callers to check `SOCKERRNO`.\n- `wait_ms()`: fix to check for the correct error code on Windows.\n  Pending for `Curl_wait_ms()`: #16621.\n- `Curl_wait_ms()`: tidy-up `Sleep()` argument cast (nit).\n- lib/curl_trc: drop an unused header.\n\nCloses #16627","files":[{"name":"lib/curl_trc.c"},{"name":"lib/select.c"},{"name":"tests/server/mqttd.c"},{"name":"tests/server/rtspd.c"},{"name":"tests/server/sockfilt.c"},{"name":"tests/server/socksd.c"},{"name":"tests/server/sws.c"},{"name":"tests/server/util.c"},{"name":"tests/server/util.h"}],"number":224407,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5681628e2d748af981e077cb3c456a254c4957e2","revision":"5681628e2d748af981e077cb3c456a254c4957e2","revlink":"https://github.com/curl/curl/commit/5681628e2d748af981e077cb3c456a254c4957e2","when":1741518270,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 09 Mar 2025 23:28:07","branch":"master","category":null,"codebase":"","comments":"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","files":[{"name":".github/workflows/windows.yml"},{"name":"tests/pathhelp.pm"}],"number":224454,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"61d30615e4f769d49b82f9d78454c559dbf2627e","revision":"61d30615e4f769d49b82f9d78454c559dbf2627e","revlink":"https://github.com/curl/curl/commit/61d30615e4f769d49b82f9d78454c559dbf2627e","when":1741559287,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 01:13:05","branch":"master","category":null,"codebase":"","comments":"libssh2: fix memory leak in `SSH_SFTP_REALPATH` state\n\nSeen in MSVC libssh2 CI job:\n```\ntest 0615...[SFTP put remote failure]\ntest 0616...[SFTP retrieval of empty file]\ntest 0618...[SFTP retrieval of two files]\ntest 0620...[SFTP retrieval of missing file followed by good file]\ntest 0622...[SFTP put failure]\ntest 0637...[SFTP retrieval with invalid X- range]\ntest 0640...[SFTP --head retrieval]\n  ** MEMORY FAILURE\n  Leak detected: memory still allocated: 22 bytes\n  At 2ae5b8a7ab8, there's 22 bytes.\n   allocated by D:/a/curl/curl/lib/vssh/libssh2.c:2006\n```\nhttps://github.com/curl/curl/actions/runs/13752652590/job/38455575042?pr=16636#step:14:3907\nhttps://github.com/curl/curl/actions/runs/13752879003/job/38456075461\nhttps://github.com/curl/curl/actions/runs/13753706458/job/38457888479\n\nBug: https://github.com/curl/curl/pull/16636#issuecomment-2709086838\nCo-authored-by: Daniel Stenberg\n\nCloses #16639","files":[{"name":".github/workflows/windows.yml"},{"name":"lib/vssh/libssh2.c"}],"number":224477,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"30739b4d36e8973bab69f13ce43f62346b244565","revision":"30739b4d36e8973bab69f13ce43f62346b244565","revlink":"https://github.com/curl/curl/commit/30739b4d36e8973bab69f13ce43f62346b244565","when":1741565585,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 01:13:17","branch":"master","category":null,"codebase":"","comments":"GHA/windows: enable H3 in GnuTLS MinGW job\n\nCloses #16635","files":[{"name":".github/workflows/windows.yml"}],"number":224478,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f3b599a7e25321e6e7238f83ee047646c5083121","revision":"f3b599a7e25321e6e7238f83ee047646c5083121","revlink":"https://github.com/curl/curl/commit/f3b599a7e25321e6e7238f83ee047646c5083121","when":1741565597,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 08:09:41","branch":"master","category":null,"codebase":"","comments":"src: replace strto[u][ld] with curlx_str_ parsers\n\n- Better error handling (no errno mess), better limit checks.\n\n- Also removed all uses of curlx_strtoofft()\n\nCloses #16634","files":[{"name":"lib/strparse.h"},{"name":"lib/strtoofft.h"},{"name":"src/.checksrc"},{"name":"src/terminal.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_urlglob.h"},{"name":"src/var.c"}],"number":224498,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8dca3b0656d6c2db47f98d3773f20d77f4bacb82","revision":"8dca3b0656d6c2db47f98d3773f20d77f4bacb82","revlink":"https://github.com/curl/curl/commit/8dca3b0656d6c2db47f98d3773f20d77f4bacb82","when":1741590581,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 09:01:04","branch":"master","category":null,"codebase":"","comments":"mprintf: switch three number parsers to use strparse\n\nAlso add more const char pointers and reduced the scope for some\nvariables.\n\nCloses #16628","files":[{"name":"lib/mprintf.c"}],"number":224506,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f8e7a4df94393bc23bf10e1dd1e9e8bd7655be9f","revision":"f8e7a4df94393bc23bf10e1dd1e9e8bd7655be9f","revlink":"https://github.com/curl/curl/commit/f8e7a4df94393bc23bf10e1dd1e9e8bd7655be9f","when":1741593664,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 10:34:28","branch":"master","category":null,"codebase":"","comments":"configure: call the blocking resolver \"blocking\", not \"default\"\n\nOn most systems the default is actually the threaded resolver.\n\nCloses #16646","files":[{"name":"configure.ac"}],"number":224512,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5fdf30b4ddbd6becc70ebc671dbad9b81e2d402c","revision":"5fdf30b4ddbd6becc70ebc671dbad9b81e2d402c","revlink":"https://github.com/curl/curl/commit/5fdf30b4ddbd6becc70ebc671dbad9b81e2d402c","when":1741599268,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 10:38:04","branch":"master","category":null,"codebase":"","comments":"easy: fix warning about possible comma misuse\n\nCloses #16644","files":[{"name":"lib/easy.c"}],"number":224513,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fc04eca8f85e7e0d41e6bfb5bbf337834cb4401e","revision":"fc04eca8f85e7e0d41e6bfb5bbf337834cb4401e","revlink":"https://github.com/curl/curl/commit/fc04eca8f85e7e0d41e6bfb5bbf337834cb4401e","when":1741599484,"who":"Christian Schmitz <support@monkeybreadsoftware.de>"},{"at":"Mon 10 Mar 2025 10:39:20","branch":"master","category":null,"codebase":"","comments":"lib: rename curlx_strtoofft to Curl_str_numblanks()\n\nThe function is no longer used via the curlx shortcut.\n\nRemove the strtoofft.[ch] files.\n\nCloses #16642","files":[{"name":"lib/Makefile.inc"},{"name":"lib/cf-h1-proxy.c"},{"name":"lib/curlx.h"},{"name":"lib/ftplistparser.c"},{"name":"lib/http.c"},{"name":"lib/strparse.c"},{"name":"lib/strparse.h"},{"name":"lib/strtoofft.c"},{"name":"lib/strtoofft.h"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"packages/vms/gnv_link_curl.com"},{"name":"projects/generate.bat"},{"name":"src/Makefile.inc"},{"name":"src/terminal.c"},{"name":"tests/server/Makefile.inc"},{"name":"winbuild/MakefileBuild.vc"}],"number":224516,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"09a5b2f2de91e2628cde469514d7c04133988b1b","revision":"09a5b2f2de91e2628cde469514d7c04133988b1b","revlink":"https://github.com/curl/curl/commit/09a5b2f2de91e2628cde469514d7c04133988b1b","when":1741599560,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 12:18:48","branch":"master","category":null,"codebase":"","comments":"STRPARSE: amend with recently added functions\n\nCloses #16647","files":[{"name":"docs/internals/STRPARSE.md"}],"number":224527,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"06ae0eceb97627fcced7b0f366114bebe898461b","revision":"06ae0eceb97627fcced7b0f366114bebe898461b","revlink":"https://github.com/curl/curl/commit/06ae0eceb97627fcced7b0f366114bebe898461b","when":1741605528,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 13:13:59","branch":"master","category":null,"codebase":"","comments":"socks: remove bad assert from do_SOCKS5()\n\nIt verified the auth bits wrongly. We don't need this assert anymore\nsince the input is verified in *setopt().\n\nBug: https://issues.oss-fuzz.com/issues/401869346\n\nCloses #16650","files":[{"name":"lib/socks.c"}],"number":224530,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"aa8d1d648e40d6db1e27e029aefa57e61154f43f","revision":"aa8d1d648e40d6db1e27e029aefa57e61154f43f","revlink":"https://github.com/curl/curl/commit/aa8d1d648e40d6db1e27e029aefa57e61154f43f","when":1741608839,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 13:15:20","branch":"master","category":null,"codebase":"","comments":"lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use\n\nCURLRES_ASYNCH - is for when built to use an async name resolver; threaded or\nc-ares\n\nUSE_CURL_ASYNC - is for when built to use either an async name resolver OR DoH\n\nReported-by: Lars Karlitski\nFixes #16645\nCloses #16648","files":[{"name":"lib/hostip.c"},{"name":"lib/multi.c"},{"name":"lib/socks.c"},{"name":"lib/urldata.h"}],"number":224532,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3c2948e0a6a93a17c3cd9cc7135e2d61b94aec3d","revision":"3c2948e0a6a93a17c3cd9cc7135e2d61b94aec3d","revlink":"https://github.com/curl/curl/commit/3c2948e0a6a93a17c3cd9cc7135e2d61b94aec3d","when":1741608920,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 13:17:18","branch":"master","category":null,"codebase":"","comments":"hostip: don't use alarm() for DoH resolves\n\nWhen built to use the synch resolver and DoH is used for a transfer, do\nnot use alarm() for timeout since DoH resolving is not blocking.\n\nCloses #16649","files":[{"name":"lib/hostip.c"}],"number":224533,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"75acda70aaebe7f92acc39a413e6ab8471622888","revision":"75acda70aaebe7f92acc39a413e6ab8471622888","revlink":"https://github.com/curl/curl/commit/75acda70aaebe7f92acc39a413e6ab8471622888","when":1741609038,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 14:19:49","branch":"master","category":null,"codebase":"","comments":"tidy-up: whitespace, tests/server Makefile.inc, timeval in VS project\n\n- VS projects: drop unused `timediff`.\n  (used by curltool library, but this build method doesn't build that.)\n- tests/server/sws: reflow an `if` for greppability.\n- tests/server/Makefile.inc: indent, format\n- tests/server/Makefile.inc: merge `USEFUL` and `UTIL` lists.\n\nCloses #16651","files":[{"name":"projects/generate.bat"},{"name":"tests/server/Makefile.inc"},{"name":"tests/server/sws.c"}],"number":224548,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bad5e7133128cee3dc0d4f9142cf1fb0f2d02dbb","revision":"bad5e7133128cee3dc0d4f9142cf1fb0f2d02dbb","revlink":"https://github.com/curl/curl/commit/bad5e7133128cee3dc0d4f9142cf1fb0f2d02dbb","when":1741612789,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 17:10:23","branch":"master","category":null,"codebase":"","comments":"urlapi: treat 0 alone as decimal number in IPv4 address\n\nNot as a broken octcal. Regression from b4538ec522\n\nExtended test 1560 to verify this behavior.\n\nReported-by: Carlos Henrique Lima Melara\n\nCloses #16652","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":224579,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"19d6415273b35e74ebabdf627c9d7a5725fb4bf8","revision":"19d6415273b35e74ebabdf627c9d7a5725fb4bf8","revlink":"https://github.com/curl/curl/commit/19d6415273b35e74ebabdf627c9d7a5725fb4bf8","when":1741623023,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 18:20:19","branch":"master","category":null,"codebase":"","comments":"libssh: fix scp large file upload for 32-bit size_t systems\n\n- Use ssh_scp_push_file64 instead of ssh_scp_push_file.\n\nThe former uses uint64_t for file size and the latter uses size_t which\nmay be 32-bit.\n\nRef: https://github.com/curl/curl/pull/16194\n\nCloses https://github.com/curl/curl/pull/16641","files":[{"name":"lib/vssh/libssh.c"}],"number":224582,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9b523773b8a1d59939c15688a90796af91fffd6e","revision":"9b523773b8a1d59939c15688a90796af91fffd6e","revlink":"https://github.com/curl/curl/commit/9b523773b8a1d59939c15688a90796af91fffd6e","when":1741627219,"who":"Jay Satiro <raysatiro@yahoo.com>"},{"at":"Mon 10 Mar 2025 20:58:05","branch":"master","category":null,"codebase":"","comments":"tidy-up: replace `Curl_safefree` with `free` before re-assignment\n\nAlso drop `NULL` assignments after `Curl_safefree()`.\n\nCloses #16640","files":[{"name":"lib/cfilters.c"},{"name":"lib/file.c"},{"name":"lib/ftp.c"},{"name":"lib/http.c"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/http_negotiate.c"},{"name":"lib/imap.c"},{"name":"lib/rtsp.c"},{"name":"lib/transfer.c"},{"name":"lib/url.c"},{"name":"lib/vssh/libssh2.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_setopt.c"}],"number":224595,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"57218d5327ad5de931580b528e4ba4e7a48f7359","revision":"57218d5327ad5de931580b528e4ba4e7a48f7359","revlink":"https://github.com/curl/curl/commit/57218d5327ad5de931580b528e4ba4e7a48f7359","when":1741636685,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 20:58:06","branch":"master","category":null,"codebase":"","comments":"DISABLED: add 313 for sectransp (move from GHA/macos)\n\nCloses #16660","files":[{"name":".github/workflows/macos.yml"},{"name":"tests/data/DISABLED"}],"number":224596,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e","revision":"8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e","revlink":"https://github.com/curl/curl/commit/8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e","when":1741636686,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 22:30:15","branch":"master","category":null,"codebase":"","comments":"build: enable `-Wcast-qual`, fix or silence compiler warnings\n\nThe issues found fell into these categories, with the applied fixes:\n\n- const was accidentally stripped.\n  Adjust code to not cast or cast with const.\n\n- const/volatile missing from arguments, local variables.\n  Constify arguments or variables, adjust/delete casts. Small code\n  changes in a few places.\n\n- const must be stripped because an API dependency requires it.\n  Strip `const` with `CURL_UNCONST()` macro to silence the warning out\n  of our control. These happen at API boundaries. Sometimes they depend\n  on dependency version, which this patch handles as necessary. Also\n  enable const support for the zlib API, using `ZLIB_CONST`. Supported\n  by zlib 1.2.5.2 and newer.\n\n- const must be stripped because a curl API requires it.\n  Strip `const` with `CURL_UNCONST()` macro to silence the warning out\n  of our immediate control. For example we promise to send a non-const\n  argument to a callback, though the data is const internally.\n\n- other cases where we may avoid const stripping by code changes.\n  Also silenced with `CURL_UNCONST()`.\n\n- there are 3 places where `CURL_UNCONST()` is cast again to const.\n  To silence this type of warning:\n  ```\n  lib/vquic/curl_osslq.c:1015:29: error: to be safe all intermediate\n    pointers in cast from 'unsigned char **' to 'const unsigned char **'\n    must be 'const' qualified [-Werror=cast-qual]\n  lib/cf-socket.c:734:32: error: to be safe all intermediate pointers in\n    cast from 'char **' to 'const char **' must be 'const' qualified\n    [-Werror=cast-qual]\n  ```\n  There may be a better solution, but I couldn't find it.\n\nThese cases are handled in separate subcommits, but without further\nmarkup.\n\nIf you see a `-Wcast-qual` warning in curl, we appreciate your report\nabout it.\n\nCloses #16142","files":[{"name":"CMake/PickyWarnings.cmake"},{"name":"lib/base64.c"},{"name":"lib/bufref.c"},{"name":"lib/cf-socket.c"},{"name":"lib/cfilters.h"},{"name":"lib/conncache.c"},{"name":"lib/content_encoding.c"},{"name":"lib/cookie.c"},{"name":"lib/curl_fnmatch.c"},{"name":"lib/curl_gssapi.c"},{"name":"lib/curl_memrchr.c"},{"name":"lib/curl_multibyte.h"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_rtmp.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_setup_once.h"},{"name":"lib/curl_sspi.c"},{"name":"lib/curl_trc.c"},{"name":"lib/curl_trc.h"},{"name":"lib/cw-out.c"},{"name":"lib/dict.c"},{"name":"lib/dynbuf.c"},{"name":"lib/formdata.c"},{"name":"lib/getinfo.c"},{"name":"lib/gopher.c"},{"name":"lib/hash.c"},{"name":"lib/headers.c"},{"name":"lib/hostip4.c"},{"name":"lib/hsts.c"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/http_chunks.c"},{"name":"lib/http_digest.c"},{"name":"lib/idn.c"},{"name":"lib/if2ip.c"},{"name":"lib/inet_ntop.h"},{"name":"lib/inet_pton.h"},{"name":"lib/krb5.c"},{"name":"lib/ldap.c"},{"name":"lib/llist.c"},{"name":"lib/md4.c"},{"name":"lib/md5.c"},{"name":"lib/memdebug.c"},{"name":"lib/mqtt.c"},{"name":"lib/multi_ev.c"},{"name":"lib/openldap.c"},{"name":"lib/parsedate.c"},{"name":"lib/pop3.c"},{"name":"lib/psl.c"},{"name":"lib/rename.c"},{"name":"lib/request.c"},{"name":"lib/rtsp.c"},{"name":"lib/sendf.c"},{"name":"lib/sha256.c"},{"name":"lib/socks_sspi.c"},{"name":"lib/telnet.c"},{"name":"lib/tftp.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_scache.h"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/vtls_spack.h"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/ws.c"},{"name":"m4/curl-compilers.m4"},{"name":"src/mkhelp.pl"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_filetime.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_help.c"},{"name":"src/tool_help.h"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_writeout.c"},{"name":"src/tool_writeout_json.c"},{"name":"src/var.c"},{"name":"tests/libtest/lib1537.c"},{"name":"tests/libtest/lib1948.c"},{"name":"tests/libtest/lib2405.c"},{"name":"tests/libtest/lib3207.c"},{"name":"tests/libtest/mk-lib1521.pl"},{"name":"tests/libtest/stub_gssapi.c"},{"name":"tests/server/mqttd.c"},{"name":"tests/server/resolve.c"},{"name":"tests/server/tftpd.c"},{"name":"tests/unit/unit1304.c"},{"name":"tests/unit/unit1650.c"},{"name":"tests/unit/unit1661.c"},{"name":"tests/unit/unit2604.c"}],"number":224599,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f4e23950c7b1c389cf0dde8b91353d85b8361b64","revision":"f4e23950c7b1c389cf0dde8b91353d85b8361b64","revlink":"https://github.com/curl/curl/commit/f4e23950c7b1c389cf0dde8b91353d85b8361b64","when":1741642215,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 10 Mar 2025 22:52:42","branch":"master","category":null,"codebase":"","comments":"libssh2: fix freeing of resources in disconnect\n\nssh's disconnect assumed that the session to the server could be shut\ndown successfully during disconnect. When this failed, e.g. timed out,\nmemory was leaked.\n\nCloses #16656","files":[{"name":"lib/vssh/libssh2.c"}],"number":224605,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0b40db0489adc31bb539ba55a786d714e0eae979","revision":"0b40db0489adc31bb539ba55a786d714e0eae979","revlink":"https://github.com/curl/curl/commit/0b40db0489adc31bb539ba55a786d714e0eae979","when":1741643562,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Mon 10 Mar 2025 22:53:51","branch":"master","category":null,"codebase":"","comments":"libssh: fix freeing of resources in disconnect\n\nssh's disconnect assumed that the session to the server could be shut\ndown successfully during disconnect. When this failed, e.g. timed out,\nmemory was leaked.\n\nCloses #16659","files":[{"name":"lib/vssh/libssh.c"}],"number":224606,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"571e92f730831a860f8d2786674177ca08c0f592","revision":"571e92f730831a860f8d2786674177ca08c0f592","revlink":"https://github.com/curl/curl/commit/571e92f730831a860f8d2786674177ca08c0f592","when":1741643631,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Mon 10 Mar 2025 22:54:28","branch":"master","category":null,"codebase":"","comments":"src: remove Curl_ prefix from tool-specific function\n\nSince that's a prefix we use for library-private functions\n\nCurl_execpath is now tool_execpath\n\nCloses #16657","files":[{"name":"src/tool_operate.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_util.c"},{"name":"src/tool_util.h"}],"number":224607,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8df315d5b3d8a2408a883bf524193f38a352166b","revision":"8df315d5b3d8a2408a883bf524193f38a352166b","revlink":"https://github.com/curl/curl/commit/8df315d5b3d8a2408a883bf524193f38a352166b","when":1741643668,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 22:55:41","branch":"master","category":null,"codebase":"","comments":"src: use curlx_dyn_ prefix, not Curl_dyn_\n\nCloses #16658","files":[{"name":"src/tool_cfgable.c"},{"name":"src/tool_ssls.c"},{"name":"src/var.c"}],"number":224608,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"284ef8a3dcec94071753fd2e2ad99a121f0031c2","revision":"284ef8a3dcec94071753fd2e2ad99a121f0031c2","revlink":"https://github.com/curl/curl/commit/284ef8a3dcec94071753fd2e2ad99a121f0031c2","when":1741643741,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 23:10:31","branch":"master","category":null,"codebase":"","comments":"curl_memrchr: enable in all builds\n\nIt is used in the URL parser since bc24c60512\n\nReported-by: Justin Steventon\nFixes #16661\nCloses #16663","files":[{"name":"lib/curl_memrchr.c"}],"number":224619,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"794e9109d75981bab96271eff43690e926fcd69f","revision":"794e9109d75981bab96271eff43690e926fcd69f","revlink":"https://github.com/curl/curl/commit/794e9109d75981bab96271eff43690e926fcd69f","when":1741644631,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 07:25:01","branch":"master","category":null,"codebase":"","comments":"src: s/Curl_safefree/curlx_safefree\n\nTowards using curlx_ prefix for all libcurl code that is used in the\ntool outside of the \"real\" API.\n\nCloses #16664","files":[{"name":"lib/curlx.h"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_cfgable.c"},{"name":"src/tool_doswin.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_ipfs.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_urlglob.c"}],"number":224634,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"438dd08b546a5690126c7355ae67a967a8475eae","revision":"438dd08b546a5690126c7355ae67a967a8475eae","revlink":"https://github.com/curl/curl/commit/438dd08b546a5690126c7355ae67a967a8475eae","when":1741674301,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 07:25:12","branch":"master","category":null,"codebase":"","comments":"tool_operate: fix a stray Curl_ symbol use","files":[{"name":"src/tool_operate.c"}],"number":224635,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"64a79fdd7a69ae42e31be7405cc1f117c2d376e2","revision":"64a79fdd7a69ae42e31be7405cc1f117c2d376e2","revlink":"https://github.com/curl/curl/commit/64a79fdd7a69ae42e31be7405cc1f117c2d376e2","when":1741674312,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 08:50:08","branch":"master","category":null,"codebase":"","comments":"GHA: enable OpenSSL QUIC in a macOS and MinGW job\n\nCloses #16665","files":[{"name":".github/workflows/macos.yml"},{"name":".github/workflows/windows.yml"}],"number":224644,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"51c9238c7656867458c06f068dacea0fc471f6c5","revision":"51c9238c7656867458c06f068dacea0fc471f6c5","revlink":"https://github.com/curl/curl/commit/51c9238c7656867458c06f068dacea0fc471f6c5","when":1741679408,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 11 Mar 2025 08:50:09","branch":"master","category":null,"codebase":"","comments":"tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`\n\nTo avoid mistaking them for `errno` error codes.\n\nCloses #16666","files":[{"name":"tests/server/tftp.h"},{"name":"tests/server/tftpd.c"}],"number":224645,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ab2cf88daddde079b79b30b9741fc8a76d0a249a","revision":"ab2cf88daddde079b79b30b9741fc8a76d0a249a","revlink":"https://github.com/curl/curl/commit/ab2cf88daddde079b79b30b9741fc8a76d0a249a","when":1741679409,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 11 Mar 2025 14:52:40","branch":"master","category":null,"codebase":"","comments":"test489: set output dir\n\nSet output dir to %LOGIDR so that generated files are ignored by git.\n\nCloses #16670","files":[{"name":"tests/data/test489"}],"number":224702,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9710aec8f838153226d1ea0f10614bdc28b18d82","revision":"9710aec8f838153226d1ea0f10614bdc28b18d82","revlink":"https://github.com/curl/curl/commit/9710aec8f838153226d1ea0f10614bdc28b18d82","when":1741701160,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Tue 11 Mar 2025 14:56:38","branch":"master","category":null,"codebase":"","comments":"wolfssh: fix freeing of resources in disconnect\n\nssh's disconnect assumed that the session to the server could be\nshut down successfully during disconnect. When this failed, e.g.\ntimed out, memory was leaked.\n\nCloses #16668","files":[{"name":"lib/vssh/wolfssh.c"}],"number":224704,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"763fa529df91ab46fb8c03f00b221a8b046d80d4","revision":"763fa529df91ab46fb8c03f00b221a8b046d80d4","revlink":"https://github.com/curl/curl/commit/763fa529df91ab46fb8c03f00b221a8b046d80d4","when":1741701398,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Tue 11 Mar 2025 14:58:13","branch":"master","category":null,"codebase":"","comments":"curl: add my_setopt_long() and _offt()\n\nTwo new dedicated functions for setting long and curl_off_t options with\ncurl_easy_setopt(). These make it easier to make sure we pass on the\nright option (types) so that the --libcurl code also gets right.\n\nCorrected a few errors.\n\nCloses #16669","files":[{"name":"src/tool_operate.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_setopt.h"},{"name":"src/tool_ssls.c"}],"number":224708,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dc12ecd5dba251ce8d7e665da61d4238790621a7","revision":"dc12ecd5dba251ce8d7e665da61d4238790621a7","revlink":"https://github.com/curl/curl/commit/dc12ecd5dba251ce8d7e665da61d4238790621a7","when":1741701493,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 16:02:18","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":224712,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"60b52c0c8bb1d8a166e1f8de3bb3fc56717d4924","revision":"60b52c0c8bb1d8a166e1f8de3bb3fc56717d4924","revlink":"https://github.com/curl/curl/commit/60b52c0c8bb1d8a166e1f8de3bb3fc56717d4924","when":1741705338,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 16:06:33","branch":"master","category":null,"codebase":"","comments":"tests/server: use `curlx_str_numblanks()` to avoid `errno`\n\nReplacing `strtoul()` calls and glue code.\n\nCloses #16671","files":[{"name":"lib/strparse.h"},{"name":"tests/server/rtspd.c"},{"name":"tests/server/sws.c"}],"number":224714,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"29ed1f9834047887a232423e715b0f2b72d744e9","revision":"29ed1f9834047887a232423e715b0f2b72d744e9","revlink":"https://github.com/curl/curl/commit/29ed1f9834047887a232423e715b0f2b72d744e9","when":1741705593,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 11 Mar 2025 18:31:00","branch":"master","category":null,"codebase":"","comments":"curl_setup: drop `ERANGE` (for WinCE), no longer used\n\nFollow-up to 29ed1f9834047887a232423e715b0f2b72d744e9 #16671\n\nCloses #16673","files":[{"name":"lib/curl_setup.h"}],"number":224722,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"41a15c8e7455b87945e4dac395301878e2a00721","revision":"41a15c8e7455b87945e4dac395301878e2a00721","revlink":"https://github.com/curl/curl/commit/41a15c8e7455b87945e4dac395301878e2a00721","when":1741714260,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 12 Mar 2025 09:22:32","branch":"master","category":null,"codebase":"","comments":"multi: kill off remaining internal handles in curl_multi_cleanup\n\n- if there are pending internal handles left in the list, they are\n  leftovers (from for example Doh) and must be freed.\n\n- unlink_all_msgsent_handles() did not properly move all msgsent\n  handles over to the process list as intended\n\nFixes a DoH memory leak found by oss-fuzz.\n\nAdd test 2101 that can reproduce and verify.\n\nCloses #16674","files":[{"name":"lib/multi.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test2101"}],"number":224759,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b1faac80396c98976f5911a08a73dadbe07cdd75","revision":"b1faac80396c98976f5911a08a73dadbe07cdd75","revlink":"https://github.com/curl/curl/commit/b1faac80396c98976f5911a08a73dadbe07cdd75","when":1741767752,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 11:33:26","branch":"master","category":null,"codebase":"","comments":"curltime: use libcurl time functions in src and tests/server\n\nThe curl tool and tests/server used 2 parallel implementations\nof libcurl's `Curl_now()` and `Curl_timediff()` functions.\n\nMake them use the libcurl one.\n\nCloses #16653","files":[{"name":"lib/timeval.c"},{"name":"lib/timeval.h"},{"name":"projects/generate.bat"},{"name":"src/Makefile.inc"},{"name":"src/tool_cb_prg.c"},{"name":"src/tool_cb_prg.h"},{"name":"src/tool_cb_rea.c"},{"name":"src/tool_cfgable.h"},{"name":"src/tool_doswin.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operate.h"},{"name":"src/tool_progress.c"},{"name":"src/tool_progress.h"},{"name":"src/tool_setup.h"},{"name":"src/tool_util.c"},{"name":"src/tool_util.h"},{"name":"tests/server/Makefile.inc"},{"name":"tests/server/util.c"},{"name":"tests/server/util.h"},{"name":"winbuild/MakefileBuild.vc"}],"number":224779,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"436d4a360a94a5b75331c70e5c985ecaaada466c","revision":"436d4a360a94a5b75331c70e5c985ecaaada466c","revlink":"https://github.com/curl/curl/commit/436d4a360a94a5b75331c70e5c985ecaaada466c","when":1741775606,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 12 Mar 2025 12:44:42","branch":"master","category":null,"codebase":"","comments":"GHA/windows: change openssh server, non-debug-enabled MSVC job, other improvements\n\nMSVC:\n\n- switch jobs to standard openssh server. Reduce exceptions.\n- make the SCP/SFTP ignore list more specific and comment with details.\n- keep using OpenSSH-Windows for the OpenSSL job, and bump to the\n  prerelease version.\n- disable `ENABLE_DEBUG` for BoringSSL to have such build tested. (This\n  is the first Windows non-ENABLE_DEBUG build with test runs.)\n\nTakeaways:\n\n- test 612 broken on Windows.\n- test 613 broken on Windows with the standard openssh server.\n- test 614 broken with libssh and OpenSSH-Windows.\n- test 3022 broken with libssh2 and OpenSSH-Windows.\n- tests broken with OpenSSH-Windows:\n  601 603 617 619 621 641 665 2004.\n- vcpkg `libssh2[core,zlib]` broken due to:\n  curl: (67) Authentication failure\n\nMSVC prep steps:\n\n- install base msys2 package to simplify configuration, align with other\n  jobs and allow to use msys2 packages for tests.\n- add support for msys2 openssh server. Keep OpenSSH-Windows as per-job\n  option. Add support for OpenSSH prerelease versions.\n  Prerelease does not make a difference in test results, but, stable was\n  last updated in 2019 (v8.0.0.1) and it seems better to use maintained\n  release track, with its latest from April 2024 (v9.5.0).\n  https://community.chocolatey.org/packages/openssh/8.0.0.1\n  https://community.chocolatey.org/packages/openssh\n  https://github.com/PowerShell/Win32-OpenSSH\n  https://github.com/PowerShell/openssh-portable\n- add 'libssh' to its job name.\n- make `ENABLE_DEBUG` a per-job option.\n\nmsys/mingw:\n\n- install `openssh` later and only when necessary.\n- downgrade msys2 runtime later. (to follow other jobs)\n- disable `CheckSpace` earlier. Also to untie it from the runtime\n  downgrade step, which we would hopefully drop.\n\nCloses #16672","files":[{"name":".github/workflows/windows.yml"}],"number":224787,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0ec72c1ef8d87a29bf2eaa5e36ab173147a4d015","revision":"0ec72c1ef8d87a29bf2eaa5e36ab173147a4d015","revlink":"https://github.com/curl/curl/commit/0ec72c1ef8d87a29bf2eaa5e36ab173147a4d015","when":1741779882,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 12 Mar 2025 13:12:23","branch":"master","category":null,"codebase":"","comments":"tool_operate: fix build with --libcurl support disabled\n\nA compiler warning for unused argument.\n\nReported-by: Marcel Raad\n\nCloses #16684","files":[{"name":"src/tool_operate.c"}],"number":224796,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fdd97148e86598c13ec0ebdc06e55101b357d866","revision":"fdd97148e86598c13ec0ebdc06e55101b357d866","revlink":"https://github.com/curl/curl/commit/fdd97148e86598c13ec0ebdc06e55101b357d866","when":1741781543,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 14:33:28","branch":"master","category":null,"codebase":"","comments":"sendf: client reader line conversion: do not change data->state.infilesize\n\nThe line conversion reader, added in crfl and prefer_ascii mode was\nincrementing data->state.infilesize for every line end converted. This\nresults in the wrong size to start a retry of an upload.\n\nEliminate the increment and check upload size in FTP less precise when\nconversions are done.\n\nBug: https://issues.oss-fuzz.com/issues/402476456\n\nCloses #16683","files":[{"name":"lib/ftp.c"},{"name":"lib/sendf.c"}],"number":224802,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3c9a1d3fcf14442a6a71651e3bd49a580abdd8fe","revision":"3c9a1d3fcf14442a6a71651e3bd49a580abdd8fe","revlink":"https://github.com/curl/curl/commit/3c9a1d3fcf14442a6a71651e3bd49a580abdd8fe","when":1741786408,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Wed 12 Mar 2025 14:36:11","branch":"master","category":null,"codebase":"","comments":"managen: accept more markdown-quote-markers\n\nLines starting with ``` or ~~~ indicate start and end of a quoted\nsection.\n\nCloses #16685","files":[{"name":"scripts/managen"}],"number":224803,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"67a1cfa5ef48da6e99ae8b86f2be9bb033c249c1","revision":"67a1cfa5ef48da6e99ae8b86f2be9bb033c249c1","revlink":"https://github.com/curl/curl/commit/67a1cfa5ef48da6e99ae8b86f2be9bb033c249c1","when":1741786571,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 14:37:08","branch":"master","category":null,"codebase":"","comments":"src: remove final uses of Curl_ symbol prefixes in tool code\n\nCloses #16678","files":[{"name":"src/tool_binmode.h"},{"name":"src/tool_filetime.h"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_setup.h"}],"number":224804,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"af3fe375b3db6583c72a74ecd53f94ce75c09d44","revision":"af3fe375b3db6583c72a74ecd53f94ce75c09d44","revlink":"https://github.com/curl/curl/commit/af3fe375b3db6583c72a74ecd53f94ce75c09d44","when":1741786628,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 15:23:20","branch":"master","category":null,"codebase":"","comments":"tests: make --libcurl tests require the --libcurl feature\n\nCloses #16682","files":[{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/test1400"},{"name":"tests/data/test1401"},{"name":"tests/data/test1402"},{"name":"tests/data/test1403"},{"name":"tests/data/test1404"},{"name":"tests/data/test1405"},{"name":"tests/data/test1406"},{"name":"tests/data/test1407"},{"name":"tests/data/test1420"},{"name":"tests/data/test1465"},{"name":"tests/data/test1481"},{"name":"tests/server/disabled.c"}],"number":224818,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a14eb26a585e67309066ac8a23a73f70382b8298","revision":"a14eb26a585e67309066ac8a23a73f70382b8298","revlink":"https://github.com/curl/curl/commit/a14eb26a585e67309066ac8a23a73f70382b8298","when":1741789400,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 15:23:25","branch":"master","category":null,"codebase":"","comments":"GHA: do a build-only without the --libcurl option enabled\n\nCloses #16682","files":[{"name":".github/workflows/linux.yml"}],"number":224819,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5273ab4e6d41b2097651982c96ad356ffd667ba6","revision":"5273ab4e6d41b2097651982c96ad356ffd667ba6","revlink":"https://github.com/curl/curl/commit/5273ab4e6d41b2097651982c96ad356ffd667ba6","when":1741789405,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 23:15:14","branch":"master","category":null,"codebase":"","comments":"curl: fix --cert parameter clearing\n\nBlank the argument *after* it has been copied.\n\nReported-by: Jan Macku\nFixes #16686\nCloses #16688","files":[{"name":"src/tool_getparam.c"}],"number":224839,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"886569e2db200c31073895a2626d20e0712e5207","revision":"886569e2db200c31073895a2626d20e0712e5207","revlink":"https://github.com/curl/curl/commit/886569e2db200c31073895a2626d20e0712e5207","when":1741817714,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Wed 12 Mar 2025 23:16:46","branch":"master","category":null,"codebase":"","comments":"multi: call protocol handler done() if PROTOCONNECT or later\n\nThe protocol handlers' done() function would previous get called\nunconditionally in multi_done(), no matter how far the easy handle's\nstate machine has transitioned.\n\nThis caused problems in IMAP which in imap_connect() initializes things\nthat the imap_done() function assumes has occured. I think that seems\nlike a correct assumption and we should rather make sure that the done()\nfunction is only called if we have reached the PROTOCONNECT state.\n\nThis problem was found using OSS-Fuzz.\n\nAssisted-by: Catena cyber\n\nCloses #16681","files":[{"name":"lib/multi.c"}],"number":224840,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0bb8465b1e529f4ac1f764baa56117ea1fd73fe4","revision":"0bb8465b1e529f4ac1f764baa56117ea1fd73fe4","revlink":"https://github.com/curl/curl/commit/0bb8465b1e529f4ac1f764baa56117ea1fd73fe4","when":1741817806,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 23:41:40","branch":"master","category":null,"codebase":"","comments":"runtests: enable the --libcurl feature by default\n\nFollow-up to a14eb26a585e67309066ac8a2\nReported-by: Viktor Szakats\nFixes #16693\nCloses #16694","files":[{"name":"tests/runtests.pl"}],"number":224846,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"45ce0847f35189d878476b8d3dc1098a88a6d4ae","revision":"45ce0847f35189d878476b8d3dc1098a88a6d4ae","revlink":"https://github.com/curl/curl/commit/45ce0847f35189d878476b8d3dc1098a88a6d4ae","when":1741819300,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 00:03:15","branch":"master","category":null,"codebase":"","comments":"build: replace Curl_ prefix with curlx_ for functions used in servers\n\nCloses #16689","files":[{"name":"lib/altsvc.c"},{"name":"lib/asyn-ares.c"},{"name":"lib/cf-socket.c"},{"name":"lib/connect.c"},{"name":"lib/curl_addrinfo.c"},{"name":"lib/curl_setup.h"},{"name":"lib/ftp.c"},{"name":"lib/hostip.c"},{"name":"lib/hostip6.c"},{"name":"lib/if2ip.c"},{"name":"lib/inet_ntop.c"},{"name":"lib/inet_ntop.h"},{"name":"lib/inet_pton.c"},{"name":"lib/inet_pton.h"},{"name":"lib/noproxy.c"},{"name":"lib/smb.c"},{"name":"lib/socks.c"},{"name":"lib/strerror.c"},{"name":"lib/strerror.h"},{"name":"lib/urlapi.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/vtls.c"},{"name":"tests/libtest/lib1960.c"},{"name":"tests/server/getpart.c"},{"name":"tests/server/rtspd.c"},{"name":"tests/server/sockfilt.c"},{"name":"tests/server/socksd.c"},{"name":"tests/server/sws.c"},{"name":"tests/server/tftpd.c"},{"name":"tests/server/util.c"}],"number":224849,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ee73d553edf181c1f2673e61d1754365d98380c6","revision":"ee73d553edf181c1f2673e61d1754365d98380c6","revlink":"https://github.com/curl/curl/commit/ee73d553edf181c1f2673e61d1754365d98380c6","when":1741820595,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 00:03:15","branch":"master","category":null,"codebase":"","comments":"ntlm: merge ntlm.h into ntlm.c\n\nIt's the only user since dropping NTLM_WB support.\n\nFollow-up to 50def7c881ba560ab6e0235990e8f07fa69f4bc8 #13249\n\nCloses #16690","files":[{"name":"lib/Makefile.inc"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm.h"}],"number":224850,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"07f984a776118e90c1e80c56c17b1eea23e347b9","revision":"07f984a776118e90c1e80c56c17b1eea23e347b9","revlink":"https://github.com/curl/curl/commit/07f984a776118e90c1e80c56c17b1eea23e347b9","when":1741820595,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 00:03:15","branch":"master","category":null,"codebase":"","comments":"base64: drop `BUILDING_CURL` macro, always include in tests/server\n\nBefore this patch, building tests/server (or curl with winbuild) was\nbroken in rare builds when many features were explicitly disabled.\n\nFix it by enabling base64 functions unconditionally when building\nfor anything other than libcurl.\n\nCloses #16691","files":[{"name":"lib/base64.c"},{"name":"src/CMakeLists.txt"},{"name":"src/Makefile.am"}],"number":224851,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c0a70c564d5d60fca5fda093b1fb45063aff2386","revision":"c0a70c564d5d60fca5fda093b1fb45063aff2386","revlink":"https://github.com/curl/curl/commit/c0a70c564d5d60fca5fda093b1fb45063aff2386","when":1741820595,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 00:03:25","branch":"master","category":null,"codebase":"","comments":"core: stop redefining `E*` macros on Windows, map `EACCES`, related fixes\n\nBefore this patch, standard `E*` errno codes were redefined on Windows,\nonto matching winsock2 `WSA*` error codes, which have different values.\nThis broke uses where using the `E*` value in non-socket context, or\nother places expecting a POSIX `errno`, e.g. file I/O, threads, IDN or\ninterfacing with dependencies.\n\nFix it by introducing a curl-specific `SOCKE*` set of macros that map to\n`WSA*` on Windows and standard POSIX codes on other platforms. Then\nverify and update the code to use `SOCKE*` or `E*` macro depending on\ncontext.\n\n- Add `SOCKE*` macros that map to either winsock2 or POSIX error codes.\n  And use them with `SOCKERRNO` or in contexts requiring\n  platform-dependent socket error codes.\n\n  This fixes `E*` uses which were supposed be POSIX values, not `WSA*`\n  socket errors, on Windows:\n  - lib/curl_multibyte.c\n  - lib/curl_threads.c\n  - lib/idn.c\n  - lib/vtls/gtls.c\n  - lib/vtls/rustls.c\n  - src/tool_cb_wrt.c\n  - src/tool_dirhie.c\n\n- Ban `E*` codes having a `SOCKE*` mapping, via checksrc.\n  Authored-by: Daniel Stenberg\n\n- Add exceptions for `E*` codes used in file I/O, or other contexts\n  requiring POSIX error codes.\n\nAlso:\n- ftp: fix missing `SOCKEACCES` mapping for Windows.\n- add `SOCKENOMEM` for `Curl_getaddrinfo()` via `asyn-thread.c`.\n- tests/server/sockfilt: fix to set `SOCKERRNO` in local `select()`\n  override on Windows.\n- lib/inet_ntop: fix to return `WSAEINVAL` on Windows, where `ENOSPC` is\n  used on other platforms. To simulate Windows' built-in `inet_ntop()`,\n  as tested on a Win10 machine.\n  Note:\n  - WINE returns `STATUS_INVALID_PARAMETER` = `0xC000000D`.\n  - Microsoft documentation says it returns `WSA_INVALID_PARAMETER`\n    (= `ERROR_INVALID_PARAMETER`) 87:\n    https://learn.microsoft.com/windows/win32/api/ws2tcpip/nf-ws2tcpip-inet_ntop#return-value\n- lib/inet_ntop: drop redundant `CURL_SETERRNO(ENOSPC)`.\n  `inet_ntop4()` already sets it before returning `NULL`.\n- replace stray `WSAEWOULDBLOCK` with `USE_WINSOCK` macro to detect\n  winsock2.\n- move existing `SOCKE*` mappings from `tests/server` to\n  `curl_setup_once.h`.\n- add missing `EINTR`, `EINVAL` constants for WinCE.\n\nFollow-up to abf80aae384319ef9b19ffbd0d69a1fbe7421f1f #16612\nFollow-up to d69425ed7d0918aceddd96048b146a9df85638ec #16615\nBug: https://github.com/curl/curl/pull/16553#issuecomment-2704679377\n\nCloses #16621","files":[{"name":"CMake/CurlTests.c"},{"name":"docs/examples/.checksrc"},{"name":"lib/amigaos.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/cf-socket.c"},{"name":"lib/connect.c"},{"name":"lib/curl_multibyte.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_setup_once.h"},{"name":"lib/curl_threads.c"},{"name":"lib/ftp.c"},{"name":"lib/idn.c"},{"name":"lib/inet_ntop.c"},{"name":"lib/inet_pton.c"},{"name":"lib/memdebug.c"},{"name":"lib/multi.c"},{"name":"lib/openldap.c"},{"name":"lib/select.c"},{"name":"lib/select.h"},{"name":"lib/socketpair.c"},{"name":"lib/telnet.c"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/rustls.c"},{"name":"packages/OS400/ccsidcurl.c"},{"name":"packages/OS400/os400sys.c"},{"name":"scripts/checksrc.pl"},{"name":"src/tool_cb_wrt.c"},{"name":"src/tool_dirhie.c"},{"name":"src/tool_operate.c"},{"name":"tests/libtest/first.c"},{"name":"tests/server/rtspd.c"},{"name":"tests/server/sockfilt.c"},{"name":"tests/server/sws.c"},{"name":"tests/server/util.c"},{"name":"tests/server/util.h"}],"number":224852,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"51d8213579c6e92f16912742a25d9567d4a52903","revision":"51d8213579c6e92f16912742a25d9567d4a52903","revlink":"https://github.com/curl/curl/commit/51d8213579c6e92f16912742a25d9567d4a52903","when":1741820605,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 08:46:58","branch":"master","category":null,"codebase":"","comments":"cookie: accept \"high byte\" cookie content\n\nRegression from 597ee915c4c6da132dbd1735345 (not shipped in a release)\nReported-by: Carlos Henrique Lima Melara\nAssisted-by: Scott Talbert\n\nAdded such a cookie to test 31.\n\nFixes #16692\nCloses #16703","files":[{"name":"lib/cookie.c"},{"name":"tests/data/test31"}],"number":224885,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5a26b901d47f81915381b5ea188d87f173415a58","revision":"5a26b901d47f81915381b5ea188d87f173415a58","revlink":"https://github.com/curl/curl/commit/5a26b901d47f81915381b5ea188d87f173415a58","when":1741852018,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 11:36:53","branch":"master","category":null,"codebase":"","comments":"cmake: unity mode optimization for non-`CURLDEBUG` `testdeps` targets\n\nInclude more sources in unity mode to optimize libtest and tests/server\nbuilds for non-debug-enabled builds, syncing this pattern with `lib` and\n`src`.\n\nIt reduces build steps from 62 to 47 (-14, -24%) with test bundles.\nWithout test bundles, from 680 to 642 (-38, -6%).\n\nFollow-up to de0693f24943cd65f26a7b421a4304cbadb875a0 #16274\nFollow-up to 3efba94f773db5d8ae19e33aa749ab7914cafeea #14765\nCherry-picked from #15000\nCloses #16695","files":[{"name":"tests/libtest/CMakeLists.txt"},{"name":"tests/server/CMakeLists.txt"}],"number":224887,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"77401af4852103b215fe74989e89be61bbf435d2","revision":"77401af4852103b215fe74989e89be61bbf435d2","revlink":"https://github.com/curl/curl/commit/77401af4852103b215fe74989e89be61bbf435d2","when":1741862213,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:36:53","branch":"master","category":null,"codebase":"","comments":"memdebug.h: avoid `-Wredundant-decls` with an extra guard\n\nAdd an extra guard for the function and variable declarations to avoid\nredundant redeclaration warnings when including this header multiple\ntimes. This can happen in unity builds when including it again after\n`curl_memory.h`.\n\nFixes:\n```\nbld/tests/server/CMakeFiles/servers.dir/Unity/unity_0_c.c\nIn file included from lib/mprintf.c:32,\n                 from bld/tests/server/CMakeFiles/servers.dir/Unity/unity_0_c.c:7:\nlib/memdebug.h:52:14: error: redundant redeclaration of \u2018curl_dbg_logfile\u2019 [-Werror=redundant-decls]\n   52 | extern FILE *curl_dbg_logfile;\n      |              ^~~~~~~~~~~~~~~~\nIn file included from tests/server/resolve.c:50,\n                 from bld/tests/server/server_bundle.c:7,\n                 from bld/tests/server/CMakeFiles/servers.dir/Unity/unity_0_c.c:4:\nlib/memdebug.h:52:14: note: previous declaration of \u2018curl_dbg_logfile\u2019 with type \u2018FILE *\u2019\n   52 | extern FILE *curl_dbg_logfile;\n      |              ^~~~~~~~~~~~~~~~\n[...]\nlib/memdebug.h:110:17: error: redundant redeclaration of \u2018curl_dbg_fclose\u2019 [-Werror=redundant-decls]\n  110 | CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);\n      |                 ^~~~~~~~~~~~~~~\nlib/memdebug.h:110:17: note: previous declaration of \u2018curl_dbg_fclose\u2019 with type \u2018int(FILE *, int,  const char *)\u2019\n  110 | CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);\n      |                 ^~~~~~~~~~~~~~~\n```\nRef: https://github.com/curl/curl/actions/runs/13822010778/job/38669360980#step:39:55\n\nCherry-picked from #15000\nCloses #16696","files":[{"name":"lib/memdebug.h"}],"number":224888,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"44d4957a6f293ee711e11cf57d07f3fb47e60f2a","revision":"44d4957a6f293ee711e11cf57d07f3fb47e60f2a","revlink":"https://github.com/curl/curl/commit/44d4957a6f293ee711e11cf57d07f3fb47e60f2a","when":1741862213,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:36:53","branch":"master","category":null,"codebase":"","comments":"tests/server: drop unused headers\n\nCherry-picked from #15000\nCloses #16697","files":[{"name":"tests/server/resolve.c"},{"name":"tests/server/sockfilt.c"},{"name":"tests/server/socksd.c"},{"name":"tests/server/util.c"}],"number":224889,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"91d061725ee0d186624d17e94178f62e4e1ad261","revision":"91d061725ee0d186624d17e94178f62e4e1ad261","revlink":"https://github.com/curl/curl/commit/91d061725ee0d186624d17e94178f62e4e1ad261","when":1741862213,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:36:53","branch":"master","category":null,"codebase":"","comments":"tests/server: do not redefine standard functions in `sockfilt`\n\nUse a namespaced macro instead. To avoid confusion when other headers\nalso redefine these functions. And to improve readability by making it\napparent that the code sometimes overrides these functions.\n\nCherry-picked from #15000\nCloses #16698","files":[{"name":"tests/server/sockfilt.c"}],"number":224890,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2283e40fc32327365e1e25ff5e5e0349a543b3f3","revision":"2283e40fc32327365e1e25ff5e5e0349a543b3f3","revlink":"https://github.com/curl/curl/commit/2283e40fc32327365e1e25ff5e5e0349a543b3f3","when":1741862213,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:36:53","branch":"master","category":null,"codebase":"","comments":"tests/server: sync memory callbacks with `lib/easy.c`\n\nCherry-picked from #15000\nCloses #16699","files":[{"name":"tests/server/getpart.c"},{"name":"tests/server/getpart.h"}],"number":224891,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"533ba0089b6ba9d8e7fbf89bb151e4e40459e658","revision":"533ba0089b6ba9d8e7fbf89bb151e4e40459e658","revlink":"https://github.com/curl/curl/commit/533ba0089b6ba9d8e7fbf89bb151e4e40459e658","when":1741862213,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:36:54","branch":"master","category":null,"codebase":"","comments":"resolve: fix building without Unix sockets and `CURLDEBUG`\n\n```\nIn file included from server_bundle.c:7:\n../../../tests/server/resolve.c:110:5: error: unknown type name 'curl_socket_t'; did you mean 'curl_socklen_t'?\n    curl_socket_t s = socket(PF_INET6, SOCK_DGRAM, 0);\n    ^~~~~~~~~~~~~\n    curl_socklen_t\n../../../include/curl/system.h:392:38: note: 'curl_socklen_t' declared here\n  typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;\n                                     ^\nIn file included from server_bundle.c:7:\n../../../tests/server/resolve.c:111:13: error: use of undeclared identifier 'CURL_SOCKET_BAD'\n    if(s == CURL_SOCKET_BAD)\n            ^\n```\nRef: https://github.com/curl/curl/actions/runs/13825438937/job/38679418428?pr=15000#step:14:47\n\nCherry-picked from #15000\nCloses #16700","files":[{"name":"tests/server/util.h"}],"number":224892,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b70357c5f364e9dd6cc41ccb8bc0ca25f409fe34","revision":"b70357c5f364e9dd6cc41ccb8bc0ca25f409fe34","revlink":"https://github.com/curl/curl/commit/b70357c5f364e9dd6cc41ccb8bc0ca25f409fe34","when":1741862214,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 11:37:30","branch":"master","category":null,"codebase":"","comments":"GHA: fix configure disable options\n\nLinux AM openssl https-only:\n```\nconfigure: WARNING: unrecognized options: --disable-rtmp, --disable-scp, --disable-sftp\n```\nRef: https://github.com/curl/curl/actions/runs/13823209634/job/38673119106#step:31:34\n\nmacOS AM clang !ssl HTTP-only:\n```\nconfigure: WARNING: unrecognized options: --disable-rtmp, --disable-scp, --disable-sftp, --without-ntlm-auth\n```\nRef: https://github.com/curl/curl/actions/runs/13823209638/job/38673115560#step:7:54\n\nCloses #16701","files":[{"name":".github/workflows/linux.yml"},{"name":".github/workflows/macos.yml"}],"number":224893,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d4f9788593b712169fd919d1fe8ba20393224817","revision":"d4f9788593b712169fd919d1fe8ba20393224817","revlink":"https://github.com/curl/curl/commit/d4f9788593b712169fd919d1fe8ba20393224817","when":1741862250,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 16:47:02","branch":"master","category":null,"codebase":"","comments":"GHA/windows: replace OpenSSH-Windows-Prelease job with standard openssh\n\nAfter restricting OpenSSH-Windows to a single job, and bumping it to\nthe pre-release version, that job started hanging then timing out with\nreasonable consistency.\n\nSince we saw similar hangs before with OpenSSH-Windows stable, in all\njobs, drop OpenSSH-Windows from CI, and replace it with MSYS openssh.\n\nAfter this patch, all Windows jobs use MSYS2 or Cygwin openssh.\n\nFollow-up to 0ec72c1ef8d87a29bf2eaa5e36ab173147a4d015 #16672\nCloses #16704","files":[{"name":".github/workflows/windows.yml"}],"number":224919,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"67a7775d1233d702964bff9a0a6b5b9fa036c47a","revision":"67a7775d1233d702964bff9a0a6b5b9fa036c47a","revlink":"https://github.com/curl/curl/commit/67a7775d1233d702964bff9a0a6b5b9fa036c47a","when":1741880822,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 13 Mar 2025 17:25:33","branch":"master","category":null,"codebase":"","comments":"tool_setopt: simplify tool_setopt\n\nSince this is only used for object and function pointers now.\n\nCloses #16709","files":[{"name":"src/tool_setopt.c"}],"number":224925,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"212f9a97421c35efc29afae2c3c74973a22a7f95","revision":"212f9a97421c35efc29afae2c3c74973a22a7f95","revlink":"https://github.com/curl/curl/commit/212f9a97421c35efc29afae2c3c74973a22a7f95","when":1741883133,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 17:25:33","branch":"master","category":null,"codebase":"","comments":"tool_setopt: reduce use of \"code hiding\" macros\n\nCODEx, DATAx, CLEANx, DECLx, REM3, CHKRET are all removed now.\n\nCloses #16709","files":[{"name":"src/tool_easysrc.c"},{"name":"src/tool_setopt.c"}],"number":224926,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"acdb48272a53fe97f63e5437fce27c7036a9c43e","revision":"acdb48272a53fe97f63e5437fce27c7036a9c43e","revlink":"https://github.com/curl/curl/commit/acdb48272a53fe97f63e5437fce27c7036a9c43e","when":1741883133,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 09:09:25","branch":"master","category":null,"codebase":"","comments":"doh: remove wrong but unreachable exit path from doh_decode_rdata_name\n\nThe condition could not happen, as the function is only called from a\nsingle place where the caller already made sure it can't happen. This\nchange still removes the flawed logic.\n\nReported-by: Ronald Crane\n\nCloses #16710","files":[{"name":"lib/doh.c"}],"number":224986,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"27e07b2943ca4ab3f8e4910466231f822299421d","revision":"27e07b2943ca4ab3f8e4910466231f822299421d","revlink":"https://github.com/curl/curl/commit/27e07b2943ca4ab3f8e4910466231f822299421d","when":1741939765,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 09:11:36","branch":"master","category":null,"codebase":"","comments":"rustls: cap maximum allowed CRL file size to 8MB\n\nAllowing 4GB on a 32-bit system is just asking for problems and could in\ntheory cause integer overflow in the dynbuf code.\n\nThe dynbuf now has an assert to catch code trying to set a max larger\nthan half SIZE_T_MAX.\n\nReported-by: Rinku Das\nCloses #16716","files":[{"name":"lib/dynbuf.c"},{"name":"lib/dynbuf.h"},{"name":"lib/vtls/rustls.c"}],"number":224989,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"116f490c81908f09432d45824c9ae62c26a13bd9","revision":"116f490c81908f09432d45824c9ae62c26a13bd9","revlink":"https://github.com/curl/curl/commit/116f490c81908f09432d45824c9ae62c26a13bd9","when":1741939896,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 09:37:26","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":224992,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"af6ec8e430346e2e4b5ea2f85ac01e1c300fbe0e","revision":"af6ec8e430346e2e4b5ea2f85ac01e1c300fbe0e","revlink":"https://github.com/curl/curl/commit/af6ec8e430346e2e4b5ea2f85ac01e1c300fbe0e","when":1741941446,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 10:00:06","branch":"master","category":null,"codebase":"","comments":"tests/server: drop unused `base64.pl`\n\nWhen committed in 2004, it served as a developer helper tool while\n`coreutils` was yet missing a `base64` command.\n\nAssisted-by: Dan Fandrich\nCloses #16713","files":[{"name":"tests/server/Makefile.am"},{"name":"tests/server/base64.pl"}],"number":224994,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"63cf4647931a8b8d55b7de1284bbc6adccbec4ce","revision":"63cf4647931a8b8d55b7de1284bbc6adccbec4ce","revlink":"https://github.com/curl/curl/commit/63cf4647931a8b8d55b7de1284bbc6adccbec4ce","when":1741942806,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 10:38:28","branch":"master","category":null,"codebase":"","comments":"autotools: fix `dllmain.c` in unity builds\n\nSync it with cmake to:\n- exclude it from all builds except Windows and Cygwin.\n- exclude it from unity builds for Cygwin to avoid the included\n  `windows.h` header interfere with the rest of the code.\n\nAlso:\n- fix to trim ending spaces from `CSOURCES` for the `tidy` target.\n  The solution requires a non-POSIX `-E` `sed` option. Supported by BSD\n  and GNU implementations.\n  Follow-up to 37523c91bc418fc734ee54f329677dc7123eb465 #16480\n\nFollow-up to 60c3d0446546332e1645541f2dc2c072cd019fe9 #14815\nFollow-up to 7860f575fe9e527ced66b31ec076914bbadd64a4 #12408\n\nCloses #16712","files":[{"name":"configure.ac"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.am"},{"name":"lib/Makefile.inc"}],"number":224997,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c799f608f2a063b25af28042d76a1a841e30a0df","revision":"c799f608f2a063b25af28042d76a1a841e30a0df","revlink":"https://github.com/curl/curl/commit/c799f608f2a063b25af28042d76a1a841e30a0df","when":1741945108,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 11:46:36","branch":"master","category":null,"codebase":"","comments":"ws: fix and extend CURLWS_CONT handling\n\nFollow-up to fa3d1e7d43bf0e4f589aeae737\n\nAdd test 2311 to verify\n\nCloses #16687","files":[{"name":"docs/libcurl/curl_ws_recv.md"},{"name":"docs/libcurl/curl_ws_send.md"},{"name":"lib/ws.c"},{"name":"lib/ws.h"},{"name":"tests/data/test2311"},{"name":"tests/libtest/lib2311.c"}],"number":225001,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3588df9478d7c27046b34cdb510728a26bedabc7","revision":"3588df9478d7c27046b34cdb510728a26bedabc7","revlink":"https://github.com/curl/curl/commit/3588df9478d7c27046b34cdb510728a26bedabc7","when":1741949196,"who":"Calvin Ruocco <calvin.ruocco@vector.com>"},{"at":"Fri 14 Mar 2025 12:04:39","branch":"master","category":null,"codebase":"","comments":"tests/server: give global `path` variable a more descriptive name\n\nUse a more descriptive global variable name in server code, also\nto avoid colliding with this name used elsewhere in libcurl.\n\nThis isn't causing an issue at this time, but makes the code prone\nto `-Wshadow` warnings in unity mode, if the global variable is\ncompiled first. This specific variable could collide with the `path`\nargument of the `curlx_win32_stat()` function.\n\nCloses #16719","files":[{"name":"tests/server/rtspd.c"},{"name":"tests/server/sws.c"},{"name":"tests/server/tftpd.c"},{"name":"tests/server/util.c"},{"name":"tests/server/util.h"}],"number":225005,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"43b28846555248d225311f278133d267dedbc118","revision":"43b28846555248d225311f278133d267dedbc118","revlink":"https://github.com/curl/curl/commit/43b28846555248d225311f278133d267dedbc118","when":1741950279,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 12:59:32","branch":"master","category":null,"codebase":"","comments":"build: do not apply curl debug macros to `tests/server` by default\n\nIt seems unnecessary and possibly unexpected to build test servers with\ndebug-enabled features and memory tracking whenever the tested curl is\nbuilt like that (which is a requirement for some tests, so curl is\nmostly built like that when running tests.) It also makes building\nservers a little bit faster with cmake for the most common cases.\n\nYou can apply debug options to `tests/server` with these new options:\n- `./configure`: `--enable-server-debug`.\n- cmake: `-DENABLE_SERVER_DEBUG`.\n\nAlso sync the way we pass these macros in autotools, with CMake builds.\nBefore this patch, autotools passed them via `curl_config.h`. After this\npatch it passes them on the command-line, like cmake builds do.\n\nThis patch also make these option no longer passed to examples and\n`http/client` in cmake builds, where they were no-ops anyway.\n\nRef: #15000\nCloses #16705","files":[{"name":"CMakeLists.txt"},{"name":"configure.ac"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.am"},{"name":"m4/curl-confopts.m4"},{"name":"src/CMakeLists.txt"},{"name":"src/Makefile.am"},{"name":"tests/libtest/CMakeLists.txt"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/server/CMakeLists.txt"},{"name":"tests/server/Makefile.am"},{"name":"tests/unit/CMakeLists.txt"},{"name":"tests/unit/Makefile.am"}],"number":225014,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a16485a42ea5dabe6c327179a1678ad04d1c6b2f","revision":"a16485a42ea5dabe6c327179a1678ad04d1c6b2f","revlink":"https://github.com/curl/curl/commit/a16485a42ea5dabe6c327179a1678ad04d1c6b2f","when":1741953572,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 13:27:46","branch":"master","category":null,"codebase":"","comments":"autotools: use `CURLDEBUG` to exclude TrackMemory code from unity\n\nBefore this patch, autotools builds excluded TrackMemory sources\n(`lib/memdebug.c` and `lib/curl_multibyte.c`) based on the `DEBUGBUILD`\nsetting. This works in most cases because its value is the same as\n`CURLDEBUG` by default, but the correct condition is `CURLDEBUG`.\n\nIt should fix `--disable-debug --enable-curldebug --enable-unity`\nbuilds. (not tested in CI)\n\nIt also syncs behavior with cmake builds.\n\nRef: #16705\nCloses #16723","files":[{"name":"lib/Makefile.am"},{"name":"src/Makefile.am"}],"number":225017,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d36f164e612cb4f2395851af7b7b71e7fee0393b","revision":"d36f164e612cb4f2395851af7b7b71e7fee0393b","revlink":"https://github.com/curl/curl/commit/d36f164e612cb4f2395851af7b7b71e7fee0393b","when":1741955266,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 13:34:15","branch":"master","category":null,"codebase":"","comments":"dynbuf: bump the max CRLFILE size to 400MB\n\nFollow-up to 00fc55677f693f569b1a176279f\n\nRef: https://github.com/curl/curl/pull/16716#issuecomment-2724429278\n\n> I have some tooling leftover from when I was implementing CRL support\n> in the webpki crate that downloaded every CRL I could find referenced\n> in ccadb (without doing any special filtering for defunct CAs/CRLs\n> mind you) and found CRLs that spanned the range from very small\n> (<1mb), to medium sized (11 .. 22mb) to very large (100mb).\n\nReported-by: Daniel McCarney\nCloses #16724","files":[{"name":"lib/dynbuf.h"}],"number":225019,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e4fbc48a182733ab15a41fe3f7677394d2c18e2f","revision":"e4fbc48a182733ab15a41fe3f7677394d2c18e2f","revlink":"https://github.com/curl/curl/commit/e4fbc48a182733ab15a41fe3f7677394d2c18e2f","when":1741955655,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 13:36:02","branch":"master","category":null,"codebase":"","comments":"curl_ws_recv.md: expand a little on the fragments the API delivers\n\nCloses #16720","files":[{"name":"docs/libcurl/curl_ws_recv.md"}],"number":225020,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"179c0258f5da767ec24675606986a6c699d92c42","revision":"179c0258f5da767ec24675606986a6c699d92c42","revlink":"https://github.com/curl/curl/commit/179c0258f5da767ec24675606986a6c699d92c42","when":1741955762,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 13:37:19","branch":"master","category":null,"codebase":"","comments":"libtest/lib2311: remove \"extra\" fclose()\n\nFollow-up to 3588df9478d7c27046b34cdb5\n\nFixes #16721\nReported-by: Viktor Szakats\nCloses #16722","files":[{"name":"tests/libtest/lib2311.c"}],"number":225021,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"052bfd0a2d5419eec0b2eb859f88056678405a4e","revision":"052bfd0a2d5419eec0b2eb859f88056678405a4e","revlink":"https://github.com/curl/curl/commit/052bfd0a2d5419eec0b2eb859f88056678405a4e","when":1741955839,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 17:59:05","branch":"master","category":null,"codebase":"","comments":"http: remove the space requirement after status-code\n\nIt was introduced in 294136b75411893c5, but not shipped in a release. It\nhas caused problems and after checking, the browsers don't insist on it\neven if RFC 9112 says it is mandatory.\n\nAdjust test 2 to do a response without the space.\n\nCloses #16728","files":[{"name":"lib/http.c"},{"name":"tests/data/test2"}],"number":225039,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5b6d3291b5f26f70a0644b557d844253d9bdd265","revision":"5b6d3291b5f26f70a0644b557d844253d9bdd265","revlink":"https://github.com/curl/curl/commit/5b6d3291b5f26f70a0644b557d844253d9bdd265","when":1741971545,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 20:10:09","branch":"master","category":null,"codebase":"","comments":"http: remove a HTTP method size restriction\n\nBy allocating the method string as part of the struct, the previous\nfixed size limit (23 bytes) can be avoided. It would previously make\n\"curl -X [long string]\" work against http://localhost but fail against\nhttps://curl.se with no clear error message.\n\nCloses #16729","files":[{"name":"lib/http.c"},{"name":"lib/http.h"}],"number":225044,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7d679f9ab6f159483cd24b633eda0f33d2330418","revision":"7d679f9ab6f159483cd24b633eda0f33d2330418","revlink":"https://github.com/curl/curl/commit/7d679f9ab6f159483cd24b633eda0f33d2330418","when":1741979409,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 20:50:19","branch":"master","category":null,"codebase":"","comments":"autotools: fix `libtest` bundle to depend on `FIRSTFILES`\n\nCloses #16726","files":[{"name":"tests/libtest/Makefile.am"}],"number":225048,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae","revision":"f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae","revlink":"https://github.com/curl/curl/commit/f501d0d5e32d6ef7baffaeecb31e56c5b427e7ae","when":1741981819,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 14 Mar 2025 23:08:22","branch":"master","category":null,"codebase":"","comments":"GHA/non-native: drop building docs with autotools on emulated CPU\n\nIt saves about 1 minute (10%) per run.\nAlso reduces log length from 3800 to 2800 lines.\n\nKeep building docs on native CPU.\n\nCloses #16731","files":[{"name":".github/workflows/non-native.yml"}],"number":225053,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d12129dda5e14f384dbb9f24ddb462479501fc87","revision":"d12129dda5e14f384dbb9f24ddb462479501fc87","revlink":"https://github.com/curl/curl/commit/d12129dda5e14f384dbb9f24ddb462479501fc87","when":1741990102,"who":"Viktor Szakats <commit@vsz.me>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d12129dda5e14f384dbb9f24ddb462479501fc87"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742059258.990779,1742059279.671138],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742059279.674805,1742059279.828819],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742059279.83099,1742059279.964591],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2327/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742059279.966748,1742069174.139367],"urls":{}}],"text":["build","successful"],"times":[1742049840.170144,1742069174.145938]},"2328":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2328/steps/git/logs/stdio"]],"number":2328,"properties":[["branch","renovate/cloudflare-quiche-0.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2328,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","dd9b8d230cd0db84a4dbe540f8a6b01c34abcfc5","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/cloudflare-quiche-0.x","changes":[{"at":"Fri 07 Mar 2025 23:33:20","branch":"renovate/cloudflare-quiche-0.x","category":null,"codebase":"","comments":"ci: Update dependency cloudflare/quiche to v0.23.4","files":[{"name":".github/workflows/http3-linux.yml"}],"number":224272,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dd9b8d230cd0db84a4dbe540f8a6b01c34abcfc5","revision":"dd9b8d230cd0db84a4dbe540f8a6b01c34abcfc5","revlink":"https://github.com/curl/curl/commit/dd9b8d230cd0db84a4dbe540f8a6b01c34abcfc5","when":1741386800,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"dd9b8d230cd0db84a4dbe540f8a6b01c34abcfc5"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2328/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069182.308646,1742069191.209879],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069182.232825,1742069191.223871]},"2329":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2329/steps/git/logs/stdio"]],"number":2329,"properties":[["branch","bagder/rc-docs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2329,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d4b18fddf1665fa8c7f2b2f0e3fec8bc19ee3d79","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/rc-docs","changes":[{"at":"Sat 08 Mar 2025 10:38:49","branch":"bagder/rc-docs","category":null,"codebase":"","comments":"RELEASE-PROCEDURE.md: explain release candidates","files":[{"name":"docs/RELEASE-PROCEDURE.md"}],"number":224315,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0fc34f7050ce3b473b9242ca9f2fc5dc29b0ac54","revision":"0fc34f7050ce3b473b9242ca9f2fc5dc29b0ac54","revlink":"https://github.com/curl/curl/commit/0fc34f7050ce3b473b9242ca9f2fc5dc29b0ac54","when":1741426729,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 10:45:49","branch":"bagder/rc-docs","category":null,"codebase":"","comments":"fixup language","files":[{"name":"docs/RELEASE-PROCEDURE.md"}],"number":224320,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d4b18fddf1665fa8c7f2b2f0e3fec8bc19ee3d79","revision":"d4b18fddf1665fa8c7f2b2f0e3fec8bc19ee3d79","revlink":"https://github.com/curl/curl/commit/d4b18fddf1665fa8c7f2b2f0e3fec8bc19ee3d79","when":1741427149,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d4b18fddf1665fa8c7f2b2f0e3fec8bc19ee3d79"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2329/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069281.421262,1742069284.085262],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069281.344923,1742069284.097401]},"2330":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2330/steps/git/logs/stdio"]],"number":2330,"properties":[["branch","bagder/mprintf-strparse","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2330,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d9862bcb8b2dfea2500f42bb17e958a18667c42d","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/mprintf-strparse","changes":[{"at":"Sat 08 Mar 2025 23:09:56","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"mprintf: switch three number parsers to use strparse\n\nAlso add more const char pointers.","files":[{"name":"lib/mprintf.c"}],"number":224363,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6cfd674256df1c806c43ebcb4b50ccf3f8861fd7","revision":"6cfd674256df1c806c43ebcb4b50ccf3f8861fd7","revlink":"https://github.com/curl/curl/commit/6cfd674256df1c806c43ebcb4b50ccf3f8861fd7","when":1741471796,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 23:12:48","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"typecasts","files":[{"name":"lib/mprintf.c"}],"number":224365,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f986b51e7b4a931a24a2d2c27f2155a911f1328f","revision":"f986b51e7b4a931a24a2d2c27f2155a911f1328f","revlink":"https://github.com/curl/curl/commit/f986b51e7b4a931a24a2d2c27f2155a911f1328f","when":1741471968,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 23:26:22","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"fixup reduce scope for several variables","files":[{"name":"lib/mprintf.c"}],"number":224368,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b5a0f50532e941fa486509831342b855a21cac93","revision":"b5a0f50532e941fa486509831342b855a21cac93","revlink":"https://github.com/curl/curl/commit/b5a0f50532e941fa486509831342b855a21cac93","when":1741472782,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 08 Mar 2025 23:33:13","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"fixup use macros to enhance readability","files":[{"name":"lib/mprintf.c"}],"number":224369,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9d9306f919022cbb04ec4737846f21401147d5bf","revision":"9d9306f919022cbb04ec4737846f21401147d5bf","revlink":"https://github.com/curl/curl/commit/9d9306f919022cbb04ec4737846f21401147d5bf","when":1741473193,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 11:24:38","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"fixup polish","files":[{"name":"lib/mprintf.c"}],"number":224397,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"18a28e15383a084b558b022ef00124ed7f7dde17","revision":"18a28e15383a084b558b022ef00124ed7f7dde17","revlink":"https://github.com/curl/curl/commit/18a28e15383a084b558b022ef00124ed7f7dde17","when":1741515878,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 11:54:00","branch":"bagder/mprintf-strparse","category":null,"codebase":"","comments":"mprintf: switch three number parsers to use strparse\n\nAlso add more const char pointers and reduced the scope for some\nvariables.","files":[{"name":"lib/mprintf.c"}],"number":224402,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d9862bcb8b2dfea2500f42bb17e958a18667c42d","revision":"d9862bcb8b2dfea2500f42bb17e958a18667c42d","revlink":"https://github.com/curl/curl/commit/d9862bcb8b2dfea2500f42bb17e958a18667c42d","when":1741517640,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d9862bcb8b2dfea2500f42bb17e958a18667c42d"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2330/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069288.413693,1742069290.741161],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069288.328628,1742069290.744827]},"2331":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2331/steps/git/logs/stdio"]],"number":2331,"properties":[["branch","bagder/src-strtol","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2331,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","798e973b75ab4aee1bae7bf3356d13834fb4f522","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/src-strtol","changes":[{"at":"Sun 09 Mar 2025 17:25:40","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"src: replace strto[u][ld] with curlx_str_ parsers\n\nBetter error handling (no errno mess), better limit checks.","files":[{"name":"lib/strparse.h"},{"name":"lib/strtoofft.h"},{"name":"src/terminal.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_urlglob.h"}],"number":224423,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c8f2155e87c73eea76654fef9ad06f124c142c4e","revision":"c8f2155e87c73eea76654fef9ad06f124c142c4e","revlink":"https://github.com/curl/curl/commit/c8f2155e87c73eea76654fef9ad06f124c142c4e","when":1741537540,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:27:13","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup ban strto[u]l as well to keep it this way","files":[{"name":"src/.checksrc"}],"number":224425,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b87cdbd6d1bc170c1fbf6c29c0f57022d3fc3712","revision":"b87cdbd6d1bc170c1fbf6c29c0f57022d3fc3712","revlink":"https://github.com/curl/curl/commit/b87cdbd6d1bc170c1fbf6c29c0f57022d3fc3712","when":1741537633,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:28:56","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup typecast","files":[{"name":"src/tool_paramhlp.c"}],"number":224427,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ca050a7a8c41c3b53367eebce18bc285c2df93f5","revision":"ca050a7a8c41c3b53367eebce18bc285c2df93f5","revlink":"https://github.com/curl/curl/commit/ca050a7a8c41c3b53367eebce18bc285c2df93f5","when":1741537736,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:29:56","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup accept more decimals if someone really wants to","files":[{"name":"src/tool_paramhlp.c"}],"number":224428,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"060df4b9ad2ae78d812300c4fbe63a8038e7c163","revision":"060df4b9ad2ae78d812300c4fbe63a8038e7c163","revlink":"https://github.com/curl/curl/commit/060df4b9ad2ae78d812300c4fbe63a8038e7c163","when":1741537796,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:33:03","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup improved math","files":[{"name":"src/tool_paramhlp.c"}],"number":224431,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c25a2bc4e938934e1ac2936820f6427769997a49","revision":"c25a2bc4e938934e1ac2936820f6427769997a49","revlink":"https://github.com/curl/curl/commit/c25a2bc4e938934e1ac2936820f6427769997a49","when":1741537983,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:36:59","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup #0 output","files":[{"name":"src/tool_urlglob.c"}],"number":224432,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f7f7415662a63ce439a08bdf2dc12c233288981e","revision":"f7f7415662a63ce439a08bdf2dc12c233288981e","revlink":"https://github.com/curl/curl/commit/f7f7415662a63ce439a08bdf2dc12c233288981e","when":1741538219,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:44:12","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup step mistake","files":[{"name":"src/tool_urlglob.c"}],"number":224433,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"849e941921edd81e4a67a8c57736c6198201ae83","revision":"849e941921edd81e4a67a8c57736c6198201ae83","revlink":"https://github.com/curl/curl/commit/849e941921edd81e4a67a8c57736c6198201ae83","when":1741538652,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:40:47","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"more glob fixes","files":[{"name":"src/tool_urlglob.c"}],"number":224434,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"394c75b54b14ce2929861bbc34c61a444553bca8","revision":"394c75b54b14ce2929861bbc34c61a444553bca8","revlink":"https://github.com/curl/curl/commit/394c75b54b14ce2929861bbc34c61a444553bca8","when":1741538447,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 17:47:49","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup clear min_n","files":[{"name":"src/tool_urlglob.c"}],"number":224437,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c7d41d6c18714e17c49e159d0cb815401e3d97b2","revision":"c7d41d6c18714e17c49e159d0cb815401e3d97b2","revlink":"https://github.com/curl/curl/commit/c7d41d6c18714e17c49e159d0cb815401e3d97b2","when":1741538869,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 18:00:16","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup trim off two more curlx_strtoofft() calls","files":[{"name":"src/var.c"}],"number":224458,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4b707b22ffafb626b1dcc37d43ab8683f24d722d","revision":"4b707b22ffafb626b1dcc37d43ab8683f24d722d","revlink":"https://github.com/curl/curl/commit/4b707b22ffafb626b1dcc37d43ab8683f24d722d","when":1741539616,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 18:04:38","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup trim another curlx_strtoofft","files":[{"name":"src/tool_getparam.c"}],"number":224460,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e895f896a8130109bccbbf669fba5a266bd8ebf2","revision":"e895f896a8130109bccbbf669fba5a266bd8ebf2","revlink":"https://github.com/curl/curl/commit/e895f896a8130109bccbbf669fba5a266bd8ebf2","when":1741539878,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:23:24","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"one more","files":[{"name":"src/tool_cb_hdr.c"}],"number":224461,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7081577e871991671e6edb6af964925cb7de1f96","revision":"7081577e871991671e6edb6af964925cb7de1f96","revlink":"https://github.com/curl/curl/commit/7081577e871991671e6edb6af964925cb7de1f96","when":1741559004,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:28:50","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup replace the last curlx_strtoofft","files":[{"name":"src/tool_getparam.c"}],"number":224462,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d0673211ddde90307e7ac97e1f41aeb8a47684eb","revision":"d0673211ddde90307e7ac97e1f41aeb8a47684eb","revlink":"https://github.com/curl/curl/commit/d0673211ddde90307e7ac97e1f41aeb8a47684eb","when":1741559330,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:33:20","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup the range parser","files":[{"name":"src/tool_getparam.c"}],"number":224463,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2dc78f71efdfb331254921308621e65a096f4aa8","revision":"2dc78f71efdfb331254921308621e65a096f4aa8","revlink":"https://github.com/curl/curl/commit/2dc78f71efdfb331254921308621e65a096f4aa8","when":1741559600,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:43:42","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup the range parser","files":[{"name":"src/tool_getparam.c"}],"number":224464,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c285fd46d70c7ed27ce6fdfb09ea6e3988afaa09","revision":"c285fd46d70c7ed27ce6fdfb09ea6e3988afaa09","revlink":"https://github.com/curl/curl/commit/c285fd46d70c7ed27ce6fdfb09ea6e3988afaa09","when":1741560222,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:48:09","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"fixup Value stored to 'unit' during its initialization is never read","files":[{"name":"src/tool_getparam.c"}],"number":224466,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3e87206f6301b66f2e9811238721baf839e846b2","revision":"3e87206f6301b66f2e9811238721baf839e846b2","revlink":"https://github.com/curl/curl/commit/3e87206f6301b66f2e9811238721baf839e846b2","when":1741560489,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 09 Mar 2025 23:51:38","branch":"bagder/src-strtol","category":null,"codebase":"","comments":"src: replace strto[u][ld] with curlx_str_ parsers\n\n- Better error handling (no errno mess), better limit checks.\n\n- Also removed all uses of curlx_strtoofft()\n\nCloses #16634","files":[{"name":"lib/strparse.h"},{"name":"lib/strtoofft.h"},{"name":"src/.checksrc"},{"name":"src/terminal.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_urlglob.h"},{"name":"src/var.c"}],"number":224468,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"798e973b75ab4aee1bae7bf3356d13834fb4f522","revision":"798e973b75ab4aee1bae7bf3356d13834fb4f522","revlink":"https://github.com/curl/curl/commit/798e973b75ab4aee1bae7bf3356d13834fb4f522","when":1741560698,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"798e973b75ab4aee1bae7bf3356d13834fb4f522"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2331/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069294.912478,1742069300.663437],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069294.817473,1742069300.666821]},"2332":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2332/steps/git/logs/stdio"]],"number":2332,"properties":[["branch","bagder/strtoofft","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2332,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","ea9c7e8f4961c68c29e91aeeca5f4bc62c1637c1","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/strtoofft","changes":[{"at":"Mon 10 Mar 2025 08:45:36","branch":"bagder/strtoofft","category":null,"codebase":"","comments":"lib: rename curlx_strtoofft to Curl_str_numblanks()\n\nThe function is no longer used via the curlx shortcut.\n\nRemove the strtoofft.[ch] files.","files":[{"name":"lib/Makefile.inc"},{"name":"lib/cf-h1-proxy.c"},{"name":"lib/curlx.h"},{"name":"lib/ftplistparser.c"},{"name":"lib/http.c"},{"name":"lib/strparse.c"},{"name":"lib/strparse.h"},{"name":"lib/strtoofft.c"},{"name":"lib/strtoofft.h"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"packages/vms/gnv_link_curl.com"},{"name":"projects/generate.bat"},{"name":"src/Makefile.inc"},{"name":"src/terminal.c"},{"name":"tests/server/Makefile.inc"},{"name":"winbuild/MakefileBuild.vc"}],"number":224500,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a4aaa7c771e1b6a049dabce20080cf16926e0fc2","revision":"a4aaa7c771e1b6a049dabce20080cf16926e0fc2","revlink":"https://github.com/curl/curl/commit/a4aaa7c771e1b6a049dabce20080cf16926e0fc2","when":1741592736,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 08:49:26","branch":"bagder/strtoofft","category":null,"codebase":"","comments":"fixup unused variable 'ptr2'","files":[{"name":"lib/vssh/libssh.c"}],"number":224503,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"db31cf7db9863c82b0a1849a2d316c468aa587ed","revision":"db31cf7db9863c82b0a1849a2d316c468aa587ed","revlink":"https://github.com/curl/curl/commit/db31cf7db9863c82b0a1849a2d316c468aa587ed","when":1741592966,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 08:56:19","branch":"bagder/strtoofft","category":null,"codebase":"","comments":"fixup curlx include","files":[{"name":"src/terminal.c"}],"number":224504,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ea9c7e8f4961c68c29e91aeeca5f4bc62c1637c1","revision":"ea9c7e8f4961c68c29e91aeeca5f4bc62c1637c1","revlink":"https://github.com/curl/curl/commit/ea9c7e8f4961c68c29e91aeeca5f4bc62c1637c1","when":1741593379,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"ea9c7e8f4961c68c29e91aeeca5f4bc62c1637c1"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2332/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069305.48146,1742069307.822437],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069305.383703,1742069307.825704]},"2333":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2333/steps/git/logs/stdio"]],"number":2333,"properties":[["branch","bagder/resolver-blocking","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2333,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","594de30547fd43be217438d3683c1f4337d1b998","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/resolver-blocking","changes":[{"at":"Mon 10 Mar 2025 10:15:11","branch":"bagder/resolver-blocking","category":null,"codebase":"","comments":"configure: call the blocking resolver \"blocking\", not \"default\"\n\nOn most systems the default is actually the threaded resolver.","files":[{"name":"configure.ac"}],"number":224510,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"594de30547fd43be217438d3683c1f4337d1b998","revision":"594de30547fd43be217438d3683c1f4337d1b998","revlink":"https://github.com/curl/curl/commit/594de30547fd43be217438d3683c1f4337d1b998","when":1741598111,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"594de30547fd43be217438d3683c1f4337d1b998"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2333/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069366.088085,1742069368.992196],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069366.014464,1742069368.995449]},"2334":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2334/steps/git/logs/stdio"]],"number":2334,"properties":[["branch","bagder/str-docs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2334,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","3b9e472d5f742508c2fe1ddfd7c197b43acde9bb","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/str-docs","changes":[{"at":"Mon 10 Mar 2025 10:40:20","branch":"bagder/str-docs","category":null,"codebase":"","comments":"STRPARSE: amend with recently added functions","files":[{"name":"docs/internals/STRPARSE.md"}],"number":224517,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3b9e472d5f742508c2fe1ddfd7c197b43acde9bb","revision":"3b9e472d5f742508c2fe1ddfd7c197b43acde9bb","revlink":"https://github.com/curl/curl/commit/3b9e472d5f742508c2fe1ddfd7c197b43acde9bb","when":1741599620,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"3b9e472d5f742508c2fe1ddfd7c197b43acde9bb"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2334/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069372.330402,1742069374.607415],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069372.258433,1742069374.618356]},"2335":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2335/steps/git/logs/stdio"]],"number":2335,"properties":[["branch","bagder/async-doh","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2335,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","5267493eebc2f93a66dda5c227d58de29d2a762e","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/async-doh","changes":[{"at":"Mon 10 Mar 2025 11:55:01","branch":"bagder/async-doh","category":null,"codebase":"","comments":"lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use\n\nCURLRES_ASYNCH - is for when built to use an async name resolver; threaded or\nc-ares\n\nUSE_CURL_ASYNC - is for when built to use either an async name resolver OR DoH\n\nReported-by: Lars Karlitski\nFixes #16645","files":[{"name":"lib/hostip.c"},{"name":"lib/multi.c"},{"name":"lib/socks.c"},{"name":"lib/urldata.h"}],"number":224521,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5267493eebc2f93a66dda5c227d58de29d2a762e","revision":"5267493eebc2f93a66dda5c227d58de29d2a762e","revlink":"https://github.com/curl/curl/commit/5267493eebc2f93a66dda5c227d58de29d2a762e","when":1741604101,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"5267493eebc2f93a66dda5c227d58de29d2a762e"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2335/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069377.957638,1742069380.141206],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069377.885889,1742069380.144199]},"2336":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2336/steps/git/logs/stdio"]],"number":2336,"properties":[["branch","bagder/hostip-doh-alarm","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2336,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","2001872a71c506a71b77c6fa865c16b751feb7a9","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/hostip-doh-alarm","changes":[{"at":"Mon 10 Mar 2025 12:02:58","branch":"bagder/hostip-doh-alarm","category":null,"codebase":"","comments":"hostip: don't use alarm() for DoH resolves\n\nWhen built to use the synch resolver and DoH is used for a transfer, do\nnot use alarm() for timeout since DoH resolving is not blocking.","files":[{"name":"lib/hostip.c"}],"number":224523,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2001872a71c506a71b77c6fa865c16b751feb7a9","revision":"2001872a71c506a71b77c6fa865c16b751feb7a9","revlink":"https://github.com/curl/curl/commit/2001872a71c506a71b77c6fa865c16b751feb7a9","when":1741604578,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"2001872a71c506a71b77c6fa865c16b751feb7a9"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2336/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069383.423943,1742069385.684952],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069383.352679,1742069385.687945]},"2337":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2337/steps/git/logs/stdio"]],"number":2337,"properties":[["branch","bagder/socks","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2337,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","7833d185fd89d0233a4672908426a1ab8e340f89","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/socks","changes":[{"at":"Mon 10 Mar 2025 12:09:57","branch":"bagder/socks","category":null,"codebase":"","comments":"socks: remove bad assert from do_SOCKS5()\n\nIt verified the auth bits wrongly. We don't need this assert anymore\nsince the input is verfified in *setopt().\n\nBug: https://issues.oss-fuzz.com/issues/401869346","files":[{"name":"lib/socks.c"}],"number":224525,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7833d185fd89d0233a4672908426a1ab8e340f89","revision":"7833d185fd89d0233a4672908426a1ab8e340f89","revlink":"https://github.com/curl/curl/commit/7833d185fd89d0233a4672908426a1ab8e340f89","when":1741604997,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 12:09:57","branch":"bagder/socks","category":null,"codebase":"","comments":"socks: remove bad assert from do_SOCKS5()\n\nIt verified the auth bits wrongly. We don't need this assert anymore\nsince the input is verfified in *setopt().\n\nBug: https://issues.oss-fuzz.com/issues/401869346","files":[{"name":"lib/socks.c"}],"number":224531,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7833d185fd89d0233a4672908426a1ab8e340f89","revision":"7833d185fd89d0233a4672908426a1ab8e340f89","revlink":"https://github.com/curl/curl/commit/7833d185fd89d0233a4672908426a1ab8e340f89","when":1741604997,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"7833d185fd89d0233a4672908426a1ab8e340f89"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2337/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069388.900715,1742069391.192216],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069388.828423,1742069391.195224]},"2338":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2338/steps/git/logs/stdio"]],"number":2338,"properties":[["branch","bagder/ip-0","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2338,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","459e93c8a2105b64a07abded5f4700648e889909","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/ip-0","changes":[{"at":"Mon 10 Mar 2025 13:43:57","branch":"bagder/ip-0","category":null,"codebase":"","comments":"urlapi: treat 0 alone as decimal number in IPv4 address\n\nNot as a broken octcal. Regression from b4538ec522\n\nExtended test 1560 to verify this behavior.","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":224539,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9deff9d4a8b1381c40b3edcf973da8300b01eef1","revision":"9deff9d4a8b1381c40b3edcf973da8300b01eef1","revlink":"https://github.com/curl/curl/commit/9deff9d4a8b1381c40b3edcf973da8300b01eef1","when":1741610637,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 13:47:18","branch":"bagder/ip-0","category":null,"codebase":"","comments":"fixup add a plain \"0\" with guess scheme too","files":[{"name":"tests/libtest/lib1560.c"}],"number":224541,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fa533e18c322d929c4cc5db6f1b1f7de3a31e8a5","revision":"fa533e18c322d929c4cc5db6f1b1f7de3a31e8a5","revlink":"https://github.com/curl/curl/commit/fa533e18c322d929c4cc5db6f1b1f7de3a31e8a5","when":1741610838,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 13:50:51","branch":"bagder/ip-0","category":null,"codebase":"","comments":"urlapi: treat 0 alone as decimal number in IPv4 address\n\nNot as a broken octcal. Regression from b4538ec522\n\nExtended test 1560 to verify this behavior.\n\nReported-by: Carlos Henrique Lima Melara\n\nCloses #16652","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":224560,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"26c2aa6376a9c1d6f76ed95d62537ad8349de356","revision":"26c2aa6376a9c1d6f76ed95d62537ad8349de356","revlink":"https://github.com/curl/curl/commit/26c2aa6376a9c1d6f76ed95d62537ad8349de356","when":1741611051,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 15:43:46","branch":"bagder/ip-0","category":null,"codebase":"","comments":"fixup add more tests","files":[{"name":"tests/libtest/lib1560.c"}],"number":224561,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5c390e58ae03d340df447246d1947889e73a90d3","revision":"5c390e58ae03d340df447246d1947889e73a90d3","revlink":"https://github.com/curl/curl/commit/5c390e58ae03d340df447246d1947889e73a90d3","when":1741617826,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 15:54:14","branch":"bagder/ip-0","category":null,"codebase":"","comments":"fixup add more hex test cases","files":[{"name":"tests/libtest/lib1560.c"}],"number":224563,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0116685f603c3abf49fa1a956e6d232a3d8ecf0a","revision":"0116685f603c3abf49fa1a956e6d232a3d8ecf0a","revlink":"https://github.com/curl/curl/commit/0116685f603c3abf49fa1a956e6d232a3d8ecf0a","when":1741618454,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 16:15:25","branch":"bagder/ip-0","category":null,"codebase":"","comments":"fixup 08 handling to also be considered bad octal","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":224566,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dcad906963d680d88476afb5943524c785f09c29","revision":"dcad906963d680d88476afb5943524c785f09c29","revlink":"https://github.com/curl/curl/commit/dcad906963d680d88476afb5943524c785f09c29","when":1741619725,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 16:36:00","branch":"bagder/ip-0","category":null,"codebase":"","comments":"urlapi: treat 0 alone as decimal number in IPv4 address\n\nNot as a broken octcal. Regression from b4538ec522\n\nExtended test 1560 to verify this behavior.\n\nReported-by: Carlos Henrique Lima Melara\n\nCloses #16652","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":224569,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"459e93c8a2105b64a07abded5f4700648e889909","revision":"459e93c8a2105b64a07abded5f4700648e889909","revlink":"https://github.com/curl/curl/commit/459e93c8a2105b64a07abded5f4700648e889909","when":1741620960,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"459e93c8a2105b64a07abded5f4700648e889909"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2338/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069394.44299,1742069396.67445],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069394.365936,1742069396.68542]},"2339":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2339/steps/git/logs/stdio"]],"number":2339,"properties":[["branch","bagder/src-prefix","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2339,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","6ad6d614d52844916670f79fc1e897191123e360","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/src-prefix","changes":[{"at":"Mon 10 Mar 2025 16:54:57","branch":"bagder/src-prefix","category":null,"codebase":"","comments":"src: remove Curl_ prefix from tool-specific function\n\nSince that's a prefix we use for library-private functions\n\nCurl_execpath is now tool_execpath","files":[{"name":"src/tool_operate.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_util.c"},{"name":"src/tool_util.h"}],"number":224574,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6ad6d614d52844916670f79fc1e897191123e360","revision":"6ad6d614d52844916670f79fc1e897191123e360","revlink":"https://github.com/curl/curl/commit/6ad6d614d52844916670f79fc1e897191123e360","when":1741622097,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"6ad6d614d52844916670f79fc1e897191123e360"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2339/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069399.655336,1742069402.167879],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069399.579983,1742069402.179674]},"2340":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2340/steps/git/logs/stdio"]],"number":2340,"properties":[["branch","bagder/src-dyn","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2340,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","1bb74a925e9b0325c1c5eb05d5c26206e0d03265","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/src-dyn","changes":[{"at":"Mon 10 Mar 2025 16:57:42","branch":"bagder/src-dyn","category":null,"codebase":"","comments":"src: use curlx_dyn_ prefix, not Curl_dyn_","files":[{"name":"src/tool_cfgable.c"},{"name":"src/tool_ssls.c"},{"name":"src/var.c"}],"number":224576,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1bb74a925e9b0325c1c5eb05d5c26206e0d03265","revision":"1bb74a925e9b0325c1c5eb05d5c26206e0d03265","revlink":"https://github.com/curl/curl/commit/1bb74a925e9b0325c1c5eb05d5c26206e0d03265","when":1741622262,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"1bb74a925e9b0325c1c5eb05d5c26206e0d03265"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2340/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069405.171987,1742069407.437428],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069405.100611,1742069407.440503]},"2341":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2341/steps/git/logs/stdio"]],"number":2341,"properties":[["branch","bagder/memrchr","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2341,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","9d94b2f35cc187b0f1b4f405c15bb2addc34a0fb","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/memrchr","changes":[{"at":"Mon 10 Mar 2025 22:42:00","branch":"bagder/memrchr","category":null,"codebase":"","comments":"curl_memrchr: enable in all builds\n\nIt is used in the URL parser since bc24c60512\n\nReported-by: Justin Steventon\nFixes #16661","files":[{"name":"lib/curl_memrchr.c"}],"number":224603,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9d94b2f35cc187b0f1b4f405c15bb2addc34a0fb","revision":"9d94b2f35cc187b0f1b4f405c15bb2addc34a0fb","revlink":"https://github.com/curl/curl/commit/9d94b2f35cc187b0f1b4f405c15bb2addc34a0fb","when":1741642920,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"9d94b2f35cc187b0f1b4f405c15bb2addc34a0fb"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2341/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742069410.28786,1742069412.928781],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742069410.21632,1742069412.932201]},"2342":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/Runtest/logs/resultlog"]],"number":2342,"properties":[["branch","bagder/src-curlx","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2342,"Build"],["codebase","","Build"],["got_revision","5ae04993c5bf3952a6d531f6aa2e8473b994b910","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","5ae04993c5bf3952a6d531f6aa2e8473b994b910","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/src-curlx","changes":[{"at":"Mon 10 Mar 2025 23:03:09","branch":"bagder/src-curlx","category":null,"codebase":"","comments":"src: s/Curl_safefree/curlx_safefree\n\nTowards using curlx_ prefix for all libcurl code that is used in the\ntool outside of the \"real\" API.","files":[{"name":"lib/curlx.h"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_cfgable.c"},{"name":"src/tool_doswin.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_ipfs.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_urlglob.c"}],"number":224615,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"23835f25258ff26106e52122cefec30f3fe1a8af","revision":"23835f25258ff26106e52122cefec30f3fe1a8af","revlink":"https://github.com/curl/curl/commit/23835f25258ff26106e52122cefec30f3fe1a8af","when":1741644189,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 10 Mar 2025 23:05:49","branch":"bagder/src-curlx","category":null,"codebase":"","comments":"tool_operate: fix a stray Curl_ symbol use","files":[{"name":"src/tool_operate.c"}],"number":224617,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5ae04993c5bf3952a6d531f6aa2e8473b994b910","revision":"5ae04993c5bf3952a6d531f6aa2e8473b994b910","revlink":"https://github.com/curl/curl/commit/5ae04993c5bf3952a6d531f6aa2e8473b994b910","when":1741644349,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"5ae04993c5bf3952a6d531f6aa2e8473b994b910"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742069415.941925,1742069432.694371],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742069432.697946,1742069432.850015],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742069432.852174,1742069432.985612],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2342/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742069432.98778,1742078237.4225],"urls":{}}],"text":["build","successful"],"times":[1742069415.868954,1742078237.427795]},"2343":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2343/steps/git/logs/stdio"]],"number":2343,"properties":[["branch","bagder/tool-libcurl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2343,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","717a4ebf9a5d3b4ac53041e8d14109d260000c47","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tool-libcurl","changes":[{"at":"Tue 11 Mar 2025 07:57:45","branch":"bagder/tool-libcurl","category":null,"codebase":"","comments":"tool_operate: fix option type mixups for --libcurl output","files":[{"name":"src/tool_operate.c"}],"number":224638,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"170477446d0b2fcb9768a144246a5aad210cf682","revision":"170477446d0b2fcb9768a144246a5aad210cf682","revlink":"https://github.com/curl/curl/commit/170477446d0b2fcb9768a144246a5aad210cf682","when":1741676265,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 08:18:17","branch":"bagder/tool-libcurl","category":null,"codebase":"","comments":"fixup remove superfluous typecasts for my_setopt_bitmask()","files":[{"name":"src/tool_operate.c"}],"number":224640,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2d2bfc00ae91c2ca36661c42fed48f0a47147fc3","revision":"2d2bfc00ae91c2ca36661c42fed48f0a47147fc3","revlink":"https://github.com/curl/curl/commit/2d2bfc00ae91c2ca36661c42fed48f0a47147fc3","when":1741677497,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 08:19:28","branch":"bagder/tool-libcurl","category":null,"codebase":"","comments":"fixup superflous typecast for my_setopt_enum()","files":[{"name":"src/tool_operate.c"}],"number":224642,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"717a4ebf9a5d3b4ac53041e8d14109d260000c47","revision":"717a4ebf9a5d3b4ac53041e8d14109d260000c47","revlink":"https://github.com/curl/curl/commit/717a4ebf9a5d3b4ac53041e8d14109d260000c47","when":1741677568,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"717a4ebf9a5d3b4ac53041e8d14109d260000c47"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2343/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742108760.83521,1742108764.217818],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742078241.506938,1742108764.223372]},"2344":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[],"number":2344,"properties":[["branch","bagder/tool-setopt","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2344,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","978e0733266965b84eb5ec96088099a752c1efc6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":5,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tool-setopt","changes":[{"at":"Tue 11 Mar 2025 11:05:38","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"curl: add my_setopt_long() and _offt()\n\nTwo new dedicated functions for setting long and curl_off_t options with\ncurl_easy_setopt(). These make it easier to make sure we pass on the\nright option (types) so that the --libcurl code also gets right.","files":[{"name":"src/tool_operate.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_setopt.h"}],"number":224663,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f6218b178569f893a937faead53e709ab04869bd","revision":"f6218b178569f893a937faead53e709ab04869bd","revlink":"https://github.com/curl/curl/commit/f6218b178569f893a937faead53e709ab04869bd","when":1741687538,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:10:31","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup minor simplification","files":[{"name":"src/tool_operate.c"}],"number":224667,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"723e7454cc17cbeb9c091912a37368a48098c75b","revision":"723e7454cc17cbeb9c091912a37368a48098c75b","revlink":"https://github.com/curl/curl/commit/723e7454cc17cbeb9c091912a37368a48098c75b","when":1741687831,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:15:22","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup buffersize option type","files":[{"name":"src/tool_operate.c"}],"number":224670,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5eeafb91ae03f181ac4fe02aebe931d3c276d15b","revision":"5eeafb91ae03f181ac4fe02aebe931d3c276d15b","revlink":"https://github.com/curl/curl/commit/5eeafb91ae03f181ac4fe02aebe931d3c276d15b","when":1741688122,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:18:50","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup another buffersize typecast","files":[{"name":"src/tool_operate.c"}],"number":224673,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"afc26a1e03f2e6a17805f45049a353392118a7f1","revision":"afc26a1e03f2e6a17805f45049a353392118a7f1","revlink":"https://github.com/curl/curl/commit/afc26a1e03f2e6a17805f45049a353392118a7f1","when":1741688330,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:23:47","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup only output off_t sets if non-zero","files":[{"name":"src/tool_setopt.c"}],"number":224674,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cf0c8986344d9db91ebbdbaf9e90b3406970f19f","revision":"cf0c8986344d9db91ebbdbaf9e90b3406970f19f","revlink":"https://github.com/curl/curl/commit/cf0c8986344d9db91ebbdbaf9e90b3406970f19f","when":1741688627,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:28:36","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup remove L, fix CURLOPT_TCP_KEEPALIVE","files":[{"name":"src/tool_operate.c"}],"number":224676,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"95df4ced4b668c25e40675a78a4848d87f5a6465","revision":"95df4ced4b668c25e40675a78a4848d87f5a6465","revlink":"https://github.com/curl/curl/commit/95df4ced4b668c25e40675a78a4848d87f5a6465","when":1741688916,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:17:41","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup a setopt call","files":[{"name":"src/tool_ssls.c"}],"number":224683,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","revision":"23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","revlink":"https://github.com/curl/curl/commit/23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","when":1741691861,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:19:48","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup two more option mistakes","files":[{"name":"src/tool_operate.c"}],"number":224685,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c40fd2ce58bd859b220d78f9be2b699790be5b62","revision":"c40fd2ce58bd859b220d78f9be2b699790be5b62","revlink":"https://github.com/curl/curl/commit/c40fd2ce58bd859b220d78f9be2b699790be5b62","when":1741691988,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:30:19","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup for builds without --libcurl support","files":[{"name":"src/tool_setopt.h"}],"number":224688,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8eab92b6704139d905561a289769cec13609d489","revision":"8eab92b6704139d905561a289769cec13609d489","revlink":"https://github.com/curl/curl/commit/8eab92b6704139d905561a289769cec13609d489","when":1741692619,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:31:30","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup better macro","files":[{"name":"src/tool_setopt.h"}],"number":224690,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","revision":"2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","revlink":"https://github.com/curl/curl/commit/2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","when":1741692690,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:32:19","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup no, this is better","files":[{"name":"src/tool_setopt.h"}],"number":224691,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"978e0733266965b84eb5ec96088099a752c1efc6","revision":"978e0733266965b84eb5ec96088099a752c1efc6","revlink":"https://github.com/curl/curl/commit/978e0733266965b84eb5ec96088099a752c1efc6","when":1741692739,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"978e0733266965b84eb5ec96088099a752c1efc6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"git","results":[null,[]],"statistics":{},"step_number":0,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["retry","lost","remote"],"times":[1742108768.408183,1742119882.701387]},"2345":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2345/steps/git/logs/stdio"]],"number":2345,"properties":[["branch","bagder/tool-setopt","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2345,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","978e0733266965b84eb5ec96088099a752c1efc6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tool-setopt","changes":[{"at":"Tue 11 Mar 2025 11:05:38","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"curl: add my_setopt_long() and _offt()\n\nTwo new dedicated functions for setting long and curl_off_t options with\ncurl_easy_setopt(). These make it easier to make sure we pass on the\nright option (types) so that the --libcurl code also gets right.","files":[{"name":"src/tool_operate.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_setopt.h"}],"number":224663,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f6218b178569f893a937faead53e709ab04869bd","revision":"f6218b178569f893a937faead53e709ab04869bd","revlink":"https://github.com/curl/curl/commit/f6218b178569f893a937faead53e709ab04869bd","when":1741687538,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:10:31","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup minor simplification","files":[{"name":"src/tool_operate.c"}],"number":224667,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"723e7454cc17cbeb9c091912a37368a48098c75b","revision":"723e7454cc17cbeb9c091912a37368a48098c75b","revlink":"https://github.com/curl/curl/commit/723e7454cc17cbeb9c091912a37368a48098c75b","when":1741687831,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:15:22","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup buffersize option type","files":[{"name":"src/tool_operate.c"}],"number":224670,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5eeafb91ae03f181ac4fe02aebe931d3c276d15b","revision":"5eeafb91ae03f181ac4fe02aebe931d3c276d15b","revlink":"https://github.com/curl/curl/commit/5eeafb91ae03f181ac4fe02aebe931d3c276d15b","when":1741688122,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:18:50","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup another buffersize typecast","files":[{"name":"src/tool_operate.c"}],"number":224673,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"afc26a1e03f2e6a17805f45049a353392118a7f1","revision":"afc26a1e03f2e6a17805f45049a353392118a7f1","revlink":"https://github.com/curl/curl/commit/afc26a1e03f2e6a17805f45049a353392118a7f1","when":1741688330,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:23:47","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup only output off_t sets if non-zero","files":[{"name":"src/tool_setopt.c"}],"number":224674,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cf0c8986344d9db91ebbdbaf9e90b3406970f19f","revision":"cf0c8986344d9db91ebbdbaf9e90b3406970f19f","revlink":"https://github.com/curl/curl/commit/cf0c8986344d9db91ebbdbaf9e90b3406970f19f","when":1741688627,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 11:28:36","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup remove L, fix CURLOPT_TCP_KEEPALIVE","files":[{"name":"src/tool_operate.c"}],"number":224676,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"95df4ced4b668c25e40675a78a4848d87f5a6465","revision":"95df4ced4b668c25e40675a78a4848d87f5a6465","revlink":"https://github.com/curl/curl/commit/95df4ced4b668c25e40675a78a4848d87f5a6465","when":1741688916,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:17:41","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup a setopt call","files":[{"name":"src/tool_ssls.c"}],"number":224683,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","revision":"23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","revlink":"https://github.com/curl/curl/commit/23b6c87bb3804bc0c35d2666bb5d21f28d7e375d","when":1741691861,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:19:48","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup two more option mistakes","files":[{"name":"src/tool_operate.c"}],"number":224685,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c40fd2ce58bd859b220d78f9be2b699790be5b62","revision":"c40fd2ce58bd859b220d78f9be2b699790be5b62","revlink":"https://github.com/curl/curl/commit/c40fd2ce58bd859b220d78f9be2b699790be5b62","when":1741691988,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:30:19","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup for builds without --libcurl support","files":[{"name":"src/tool_setopt.h"}],"number":224688,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8eab92b6704139d905561a289769cec13609d489","revision":"8eab92b6704139d905561a289769cec13609d489","revlink":"https://github.com/curl/curl/commit/8eab92b6704139d905561a289769cec13609d489","when":1741692619,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:31:30","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup better macro","files":[{"name":"src/tool_setopt.h"}],"number":224690,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","revision":"2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","revlink":"https://github.com/curl/curl/commit/2dbdd4ebc0f21b3a82363be773a2af6d2f2afc10","when":1741692690,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 12:32:19","branch":"bagder/tool-setopt","category":null,"codebase":"","comments":"fixup no, this is better","files":[{"name":"src/tool_setopt.h"}],"number":224691,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"978e0733266965b84eb5ec96088099a752c1efc6","revision":"978e0733266965b84eb5ec96088099a752c1efc6","revlink":"https://github.com/curl/curl/commit/978e0733266965b84eb5ec96088099a752c1efc6","when":1741692739,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"978e0733266965b84eb5ec96088099a752c1efc6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2345/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742119982.303871,1742119987.61367],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742119982.200923,1742119987.642752]},"2346":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2346/steps/git/logs/stdio"]],"number":2346,"properties":[["branch","bagder/doh-leak","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2346,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","bb414728f8c5c211635f41a4508d818e1422089d","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/doh-leak","changes":[{"at":"Tue 11 Mar 2025 17:42:28","branch":"bagder/doh-leak","category":null,"codebase":"","comments":"multi: kill off remaining internal handles in curl_multi_cleanup\n\n- if there are pending handles left in the list, they are leftovers\n  (from for example Doh) and must be freed.\n\n- unlink_all_msgsent_handles() did not properly move all msgsent\n  handles over to the process list as intended\n\nFixes a DoH memory leak found by oss-fuzz.\n\nAdd test 2101 that can reproduce and verify.","files":[{"name":"lib/multi.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test2101"}],"number":224720,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1f1303771ea15202c1f6dcbcee716ed3895ed863","revision":"1f1303771ea15202c1f6dcbcee716ed3895ed863","revlink":"https://github.com/curl/curl/commit/1f1303771ea15202c1f6dcbcee716ed3895ed863","when":1741711348,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 23:17:25","branch":"bagder/doh-leak","category":null,"codebase":"","comments":"multi: remove the assert(0)\n\nas it might reach this point","files":[{"name":"lib/multi.c"}],"number":224735,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"06f3c8438c3d7972f1d1c47d50a91cf375d1e424","revision":"06f3c8438c3d7972f1d1c47d50a91cf375d1e424","revlink":"https://github.com/curl/curl/commit/06f3c8438c3d7972f1d1c47d50a91cf375d1e424","when":1741731445,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 11 Mar 2025 23:48:19","branch":"bagder/doh-leak","category":null,"codebase":"","comments":"fixup allow exit code 6 as well","files":[{"name":"tests/data/test2101"}],"number":224737,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bb414728f8c5c211635f41a4508d818e1422089d","revision":"bb414728f8c5c211635f41a4508d818e1422089d","revlink":"https://github.com/curl/curl/commit/bb414728f8c5c211635f41a4508d818e1422089d","when":1741733299,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"bb414728f8c5c211635f41a4508d818e1422089d"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2346/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742119998.624646,1742120001.641905],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742119998.50165,1742120001.647304]},"2347":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/Runtest/logs/resultlog"]],"number":2347,"properties":[["branch","bagder/rm-non-tls13","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2347,"Build"],["codebase","","Build"],["got_revision","8e8bea3c622e44e8613e0c3441d164970629e174","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","8e8bea3c622e44e8613e0c3441d164970629e174","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/rm-non-tls13","changes":[{"at":"Wed 12 Mar 2025 07:59:48","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"TLS: remove support for Secure Transport and BearSSL\n\nThese libraries do not support TLS 1.3 and have been marked for removal\nfor over a year. We want to help users select a TLS dependency that is\nfuture-proof and reliable, and not supporting TLS 1.3 in 2025 does not\ninfer confidence. Users who build libcurl are likely to be served better\nand get something more future-proof with a TLS library that supports\n1.3.","files":[{"name":".github/labeler.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/macos.yml"},{"name":"CMake/FindBearSSL.cmake"},{"name":"CMakeLists.txt"},{"name":"Makefile.am"},{"name":"configure.ac"},{"name":"docs/CIPHERS.md"},{"name":"docs/CURLDOWN.md"},{"name":"docs/DEPRECATE.md"},{"name":"docs/FAQ"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"docs/INSTALL.md"},{"name":"docs/KNOWN_BUGS"},{"name":"docs/SSLCERTS.md"},{"name":"docs/cmdline-opts/_ENVIRONMENT.md"},{"name":"docs/cmdline-opts/cacert.md"},{"name":"docs/cmdline-opts/cert-type.md"},{"name":"docs/cmdline-opts/cert.md"},{"name":"docs/cmdline-opts/false-start.md"},{"name":"docs/cmdline-opts/key.md"},{"name":"docs/cmdline-opts/pinnedpubkey.md"},{"name":"docs/cmdline-opts/proxy-cert-type.md"},{"name":"docs/cmdline-opts/proxy-cert.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"docs/cmdline-opts/write-out.md"},{"name":"docs/libcurl/curl_global_sslset.md"},{"name":"docs/libcurl/libcurl-env.md"},{"name":"docs/libcurl/opts/CURLINFO_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md"},{"name":"docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.inc"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/curl_des.c"},{"name":"lib/curl_des.h"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_sha512_256.c"},{"name":"lib/url.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"},{"name":"m4/curl-bearssl.m4"},{"name":"m4/curl-sectransp.m4"},{"name":"scripts/cd2nroff"},{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/DISABLED"},{"name":"tests/data/test3102"},{"name":"tests/data/test417"},{"name":"tests/http/test_10_proxy.py"},{"name":"tests/http/test_17_ssl_use.py"},{"name":"tests/runtests.pl"},{"name":"tests/unit/unit1651.c"},{"name":"tests/unit/unit1656.c"},{"name":"tests/unit/unit3205.c"}],"number":224742,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9c198ea34f48d94c83bbad2d5f749278ebab301e","revision":"9c198ea34f48d94c83bbad2d5f749278ebab301e","revlink":"https://github.com/curl/curl/commit/9c198ea34f48d94c83bbad2d5f749278ebab301e","when":1741762788,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:21:55","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup remove BearSSL from curl_easy_ssls_export.md","files":[{"name":"docs/libcurl/curl_easy_ssls_export.md"}],"number":224744,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"62f1e6e3628957379c59949904ed68e868f88fb5","revision":"62f1e6e3628957379c59949904ed68e868f88fb5","revlink":"https://github.com/curl/curl/commit/62f1e6e3628957379c59949904ed68e868f88fb5","when":1741764115,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:23:39","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup remove multiple EOL at EOF","files":[{"name":"docs/DEPRECATE.md"},{"name":"lib/vtls/x509asn1.c"}],"number":224746,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9f465fea6359a10187730c32cb476f88bfac71b5","revision":"9f465fea6359a10187730c32cb476f88bfac71b5","revlink":"https://github.com/curl/curl/commit/9f465fea6359a10187730c32cb476f88bfac71b5","when":1741764219,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:26:03","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup remove BearSSL from curl_easy_ssls_import.md","files":[{"name":"docs/libcurl/curl_easy_ssls_import.md"}],"number":224748,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4bf013b28c371856c8d916f9e334ae5920c9fdd8","revision":"4bf013b28c371856c8d916f9e334ae5920c9fdd8","revlink":"https://github.com/curl/curl/commit/4bf013b28c371856c8d916f9e334ae5920c9fdd8","when":1741764363,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:27:28","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup curl_global_sslset.md","files":[{"name":"docs/libcurl/curl_global_sslset.md"}],"number":224749,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"66c232fbd1d850207fb88ef1049a6f07ae88f46e","revision":"66c232fbd1d850207fb88ef1049a6f07ae88f46e","revlink":"https://github.com/curl/curl/commit/66c232fbd1d850207fb88ef1049a6f07ae88f46e","when":1741764448,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:32:00","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"TLS: remove support for Secure Transport and BearSSL\n\nThese libraries do not support TLS 1.3 and have been marked for removal\nfor over a year. We want to help users select a TLS dependency that is\nfuture-proof and reliable, and not supporting TLS 1.3 in 2025 does not\ninfer confidence. Users who build libcurl are likely to be served better\nand get something more future-proof with a TLS library that supports\n1.3.","files":[{"name":".github/labeler.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/macos.yml"},{"name":"CMake/FindBearSSL.cmake"},{"name":"CMakeLists.txt"},{"name":"Makefile.am"},{"name":"configure.ac"},{"name":"docs/CIPHERS.md"},{"name":"docs/CURLDOWN.md"},{"name":"docs/DEPRECATE.md"},{"name":"docs/FAQ"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"docs/INSTALL.md"},{"name":"docs/KNOWN_BUGS"},{"name":"docs/SSLCERTS.md"},{"name":"docs/cmdline-opts/_ENVIRONMENT.md"},{"name":"docs/cmdline-opts/cacert.md"},{"name":"docs/cmdline-opts/cert-type.md"},{"name":"docs/cmdline-opts/cert.md"},{"name":"docs/cmdline-opts/false-start.md"},{"name":"docs/cmdline-opts/key.md"},{"name":"docs/cmdline-opts/pinnedpubkey.md"},{"name":"docs/cmdline-opts/proxy-cert-type.md"},{"name":"docs/cmdline-opts/proxy-cert.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"docs/cmdline-opts/write-out.md"},{"name":"docs/libcurl/curl_easy_ssls_export.md"},{"name":"docs/libcurl/curl_easy_ssls_import.md"},{"name":"docs/libcurl/curl_global_sslset.md"},{"name":"docs/libcurl/libcurl-env.md"},{"name":"docs/libcurl/opts/CURLINFO_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md"},{"name":"docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.inc"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/curl_des.c"},{"name":"lib/curl_des.h"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_sha512_256.c"},{"name":"lib/url.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"},{"name":"m4/curl-bearssl.m4"},{"name":"m4/curl-sectransp.m4"},{"name":"scripts/cd2nroff"},{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/DISABLED"},{"name":"tests/data/test3102"},{"name":"tests/data/test417"},{"name":"tests/http/test_10_proxy.py"},{"name":"tests/http/test_17_ssl_use.py"},{"name":"tests/runtests.pl"},{"name":"tests/unit/unit1651.c"},{"name":"tests/unit/unit1656.c"},{"name":"tests/unit/unit3205.c"}],"number":224752,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6acffd423e7971a99b8a531a568f5cca0940897b","revision":"6acffd423e7971a99b8a531a568f5cca0940897b","revlink":"https://github.com/curl/curl/commit/6acffd423e7971a99b8a531a568f5cca0940897b","when":1741764720,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:34:49","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup remove accidental restores in .github/workflows/macos.yml","files":[{"name":".github/workflows/macos.yml"}],"number":224753,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ca44be0c391385664d6e3b0eaa96d75f5040a286","revision":"ca44be0c391385664d6e3b0eaa96d75f5040a286","revlink":"https://github.com/curl/curl/commit/ca44be0c391385664d6e3b0eaa96d75f5040a286","when":1741764889,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:38:30","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup docs/INSTALL-CMAKE.md","files":[{"name":"docs/INSTALL-CMAKE.md"}],"number":224754,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9f574c941411c286d2bc16abde074c257764e400","revision":"9f574c941411c286d2bc16abde074c257764e400","revlink":"https://github.com/curl/curl/commit/9f574c941411c286d2bc16abde074c257764e400","when":1741765110,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 08:39:37","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"fixup docs/SSLCERTS.md language","files":[{"name":"docs/SSLCERTS.md"}],"number":224756,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8e8bea3c622e44e8613e0c3441d164970629e174","revision":"8e8bea3c622e44e8613e0c3441d164970629e174","revlink":"https://github.com/curl/curl/commit/8e8bea3c622e44e8613e0c3441d164970629e174","when":1741765177,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"8e8bea3c622e44e8613e0c3441d164970629e174"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742139881.515823,1742139896.265482],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742139896.269161,1742139896.423047],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742139896.425226,1742139896.558564],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2347/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742139896.560718,1742149785.262381],"urls":{}}],"text":["build","successful"],"times":[1742120008.514213,1742149785.268778]},"2348":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2348/steps/git/logs/stdio"]],"number":2348,"properties":[["branch","bagder/src-curl_","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2348,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","f53bd5fca00e1b6e32fca5b9616b6b05d4d9985f","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/src-curl_","changes":[{"at":"Wed 12 Mar 2025 09:08:49","branch":"bagder/src-curl_","category":null,"codebase":"","comments":"src: remove final uses of Curl_ symbol prefixes in tool code","files":[{"name":"src/tool_binmode.h"},{"name":"src/tool_filetime.h"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_setup.h"}],"number":224757,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f53bd5fca00e1b6e32fca5b9616b6b05d4d9985f","revision":"f53bd5fca00e1b6e32fca5b9616b6b05d4d9985f","revlink":"https://github.com/curl/curl/commit/f53bd5fca00e1b6e32fca5b9616b6b05d4d9985f","when":1741766929,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"f53bd5fca00e1b6e32fca5b9616b6b05d4d9985f"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2348/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742177561.734164,1742177583.040604],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742149789.258067,1742177583.04633]},"2349":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/Runtest/logs/resultlog"]],"number":2349,"properties":[["branch","bagder/protocol-done-needs-do","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2349,"Build"],["codebase","","Build"],["got_revision","291e40ee9367f243e34d2c700642ebedb05897a8","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","291e40ee9367f243e34d2c700642ebedb05897a8","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/protocol-done-needs-do","changes":[{"at":"Wed 12 Mar 2025 11:22:49","branch":"bagder/protocol-done-needs-do","category":null,"codebase":"","comments":"multi: call protocol handler done() only if DO or later\n\nThe protocol handlers' done() function would previous get called\nunconditionally in multi_done(), no matter how far the easy handle's\nstate machine has transitioned.\n\nThis caused problems in IMAP which in imap_connect() initializes things\nthat the imap_done() function assumes has occured. I think that seems\nlike a correct assumption and we should rather make sure that the done()\nfunction is only called if we have reached the DO state.\n\nThis problem was found using OSS-Fuzz.\n\nAssisted-by: Catena cyber","files":[{"name":"lib/multi.c"}],"number":224774,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c75c5cabe653df259a72b492ad86ce16756904e2","revision":"c75c5cabe653df259a72b492ad86ce16756904e2","revlink":"https://github.com/curl/curl/commit/c75c5cabe653df259a72b492ad86ce16756904e2","when":1741774969,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 11:50:15","branch":"bagder/protocol-done-needs-do","category":null,"codebase":"","comments":"fixup actually from PROTOCONNECT or later","files":[{"name":"lib/multi.c"}],"number":224784,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4724314c0bc19fb1b7424ffc4d86b65dbf180194","revision":"4724314c0bc19fb1b7424ffc4d86b65dbf180194","revlink":"https://github.com/curl/curl/commit/4724314c0bc19fb1b7424ffc4d86b65dbf180194","when":1741776615,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 15:03:34","branch":"bagder/protocol-done-needs-do","category":null,"codebase":"","comments":"multi: call protocol handler done() if PROTOCONNECT or later\n\nThe protocol handlers' done() function would previous get called\nunconditionally in multi_done(), no matter how far the easy handle's\nstate machine has transitioned.\n\nThis caused problems in IMAP which in imap_connect() initializes things\nthat the imap_done() function assumes has occured. I think that seems\nlike a correct assumption and we should rather make sure that the done()\nfunction is only called if we have reached the PROTOCONNECT state.\n\nThis problem was found using OSS-Fuzz.\n\nAssisted-by: Catena cyber\n\nCloses #16681","files":[{"name":"lib/multi.c"}],"number":224815,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"291e40ee9367f243e34d2c700642ebedb05897a8","revision":"291e40ee9367f243e34d2c700642ebedb05897a8","revlink":"https://github.com/curl/curl/commit/291e40ee9367f243e34d2c700642ebedb05897a8","when":1741788214,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"291e40ee9367f243e34d2c700642ebedb05897a8"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742208606.232168,1742208631.091008],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742208631.095715,1742208631.277847],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742208631.28041,1742208631.454509],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2349/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742208631.457247,1742220185.832006],"urls":{}}],"text":["build","successful"],"times":[1742177586.12504,1742220185.844565]},"2350":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2350/steps/git/logs/stdio"]],"number":2350,"properties":[["branch","bagder/gha-without-libcurl-option","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2350,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","68a4f6e44df490b40c2af39ad642ea8d465746d3","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/gha-without-libcurl-option","changes":[{"at":"Wed 12 Mar 2025 11:31:59","branch":"bagder/gha-without-libcurl-option","category":null,"codebase":"","comments":"GHA: do a build-only without the --libcurl option enabled","files":[{"name":".github/workflows/linux.yml"}],"number":224776,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8e54137c7fc7009cd58fa2261b8b3da7dbb9498a","revision":"8e54137c7fc7009cd58fa2261b8b3da7dbb9498a","revlink":"https://github.com/curl/curl/commit/8e54137c7fc7009cd58fa2261b8b3da7dbb9498a","when":1741775519,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 13:12:50","branch":"bagder/gha-without-libcurl-option","category":null,"codebase":"","comments":"GHA: do a build-only without the --libcurl option enabled","files":[{"name":".github/workflows/linux.yml"}],"number":224797,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7aecb2de781a6f1dd83ffa8ec58898980bcbad7a","revision":"7aecb2de781a6f1dd83ffa8ec58898980bcbad7a","revlink":"https://github.com/curl/curl/commit/7aecb2de781a6f1dd83ffa8ec58898980bcbad7a","when":1741781570,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 14:39:56","branch":"bagder/gha-without-libcurl-option","category":null,"codebase":"","comments":"GHA: do a build-only without the --libcurl option enabled\n\nCloses #16682","files":[{"name":".github/workflows/linux.yml"}],"number":224808,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f8413df1c3d0b7225fc0f9a2b32228a2220afd2c","revision":"f8413df1c3d0b7225fc0f9a2b32228a2220afd2c","revlink":"https://github.com/curl/curl/commit/f8413df1c3d0b7225fc0f9a2b32228a2220afd2c","when":1741786796,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 14:41:10","branch":"bagder/gha-without-libcurl-option","category":null,"codebase":"","comments":"fixup merge with the !ipv6 job instead","files":[{"name":".github/workflows/linux.yml"}],"number":224809,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"55761d4ad74759a4758b308ab546b3be24ce981e","revision":"55761d4ad74759a4758b308ab546b3be24ce981e","revlink":"https://github.com/curl/curl/commit/55761d4ad74759a4758b308ab546b3be24ce981e","when":1741786870,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 12 Mar 2025 14:59:53","branch":"bagder/gha-without-libcurl-option","category":null,"codebase":"","comments":"tests: make --libcurl tests require the --libcurl feature","files":[{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/test1400"},{"name":"tests/data/test1401"},{"name":"tests/data/test1402"},{"name":"tests/data/test1403"},{"name":"tests/data/test1404"},{"name":"tests/data/test1405"},{"name":"tests/data/test1406"},{"name":"tests/data/test1407"},{"name":"tests/data/test1420"},{"name":"tests/data/test1465"},{"name":"tests/data/test1481"},{"name":"tests/server/disabled.c"}],"number":224813,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"68a4f6e44df490b40c2af39ad642ea8d465746d3","revision":"68a4f6e44df490b40c2af39ad642ea8d465746d3","revlink":"https://github.com/curl/curl/commit/68a4f6e44df490b40c2af39ad642ea8d465746d3","when":1741787993,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"68a4f6e44df490b40c2af39ad642ea8d465746d3"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2350/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220190.664483,1742220194.563997],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220190.565662,1742220194.570076]},"2351":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2351/steps/git/logs/stdio"]],"number":2351,"properties":[["branch","bagder/curl-wo-libcurl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2351,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","542a42a0bf1067f5d10c2216c5c71d2fafb9eb4a","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/curl-wo-libcurl","changes":[{"at":"Wed 12 Mar 2025 11:35:35","branch":"bagder/curl-wo-libcurl","category":null,"codebase":"","comments":"tool_operate: fix build with --libcurl support disabled\n\nA compiler warning for unused argument.\n\nReported-by: Marcel Raad","files":[{"name":"src/tool_operate.c"}],"number":224781,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"542a42a0bf1067f5d10c2216c5c71d2fafb9eb4a","revision":"542a42a0bf1067f5d10c2216c5c71d2fafb9eb4a","revlink":"https://github.com/curl/curl/commit/542a42a0bf1067f5d10c2216c5c71d2fafb9eb4a","when":1741775735,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"542a42a0bf1067f5d10c2216c5c71d2fafb9eb4a"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2351/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220197.141659,1742220199.802535],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220197.039675,1742220199.806087]},"2352":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2352/steps/git/logs/stdio"]],"number":2352,"properties":[["branch","bagder/managen-quotes","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2352,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a33bf7fc338f0a92471b2c37d55bcf24ea1d4318","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/managen-quotes","changes":[{"at":"Wed 12 Mar 2025 13:09:30","branch":"bagder/managen-quotes","category":null,"codebase":"","comments":"managen: accept more markdown-quote-markers\n\nLines starting with ``` or ~~~ indicate start and end of a quoted\nsection.","files":[{"name":"scripts/managen"}],"number":224794,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a33bf7fc338f0a92471b2c37d55bcf24ea1d4318","revision":"a33bf7fc338f0a92471b2c37d55bcf24ea1d4318","revlink":"https://github.com/curl/curl/commit/a33bf7fc338f0a92471b2c37d55bcf24ea1d4318","when":1741781370,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a33bf7fc338f0a92471b2c37d55bcf24ea1d4318"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2352/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220202.131167,1742220205.402559],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220202.031375,1742220205.406]},"2353":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2353/steps/git/logs/stdio"]],"number":2353,"properties":[["branch","bagder/runtests-libcurl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2353,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","19c5ee7469abb7f7e8ce996391419433693aafdf","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/runtests-libcurl","changes":[{"at":"Wed 12 Mar 2025 23:21:55","branch":"bagder/runtests-libcurl","category":null,"codebase":"","comments":"runtests: enable the --libcurl feature by default\n\nFollow-up to a14eb26a585e67309066ac8a2\nReported-by: Viktor Szakats\nFixes #16693","files":[{"name":"tests/runtests.pl"}],"number":224842,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"19c5ee7469abb7f7e8ce996391419433693aafdf","revision":"19c5ee7469abb7f7e8ce996391419433693aafdf","revlink":"https://github.com/curl/curl/commit/19c5ee7469abb7f7e8ce996391419433693aafdf","when":1741818115,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"19c5ee7469abb7f7e8ce996391419433693aafdf"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2353/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220207.510192,1742220210.11159],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220207.420741,1742220210.115813]},"2354":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2354/steps/git/logs/stdio"]],"number":2354,"properties":[["branch","bagder/cookie-high-byte","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2354,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","f69c8fd685f9476a14a9ef01e928d499aed78854","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/cookie-high-byte","changes":[{"at":"Thu 13 Mar 2025 08:23:13","branch":"bagder/cookie-high-byte","category":null,"codebase":"","comments":"cookie: accept \"high byte\" cookie content\n\nRegression from 597ee915c4c6da132dbd1735345 (not shipped in a release)\nReported-by: Carlos Henrique Lima Melara\nAssisted-by: Scott Talbert\n\nAdded such a cookie to test 31.","files":[{"name":"lib/cookie.c"},{"name":"tests/data/test31"}],"number":224883,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f69c8fd685f9476a14a9ef01e928d499aed78854","revision":"f69c8fd685f9476a14a9ef01e928d499aed78854","revlink":"https://github.com/curl/curl/commit/f69c8fd685f9476a14a9ef01e928d499aed78854","when":1741850593,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"f69c8fd685f9476a14a9ef01e928d499aed78854"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2354/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220212.390611,1742220215.03352],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220212.286904,1742220215.037244]},"2355":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2355/steps/git/logs/stdio"]],"number":2355,"properties":[["branch","bagder/tool-libcurl-fixups","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2355,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","1995166ae9ef0fe0036601fd78eb6747c6e76d28","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tool-libcurl-fixups","changes":[{"at":"Thu 13 Mar 2025 15:09:15","branch":"bagder/tool-libcurl-fixups","category":null,"codebase":"","comments":"tool_setopt: simplify tool_setopt\n\nSince this is only used for object and function pointers now.","files":[{"name":"src/tool_setopt.c"}],"number":224913,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9c3226036c41f7ad303a67850b168d8b6cf3b0f0","revision":"9c3226036c41f7ad303a67850b168d8b6cf3b0f0","revlink":"https://github.com/curl/curl/commit/9c3226036c41f7ad303a67850b168d8b6cf3b0f0","when":1741874955,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 15:56:22","branch":"bagder/tool-libcurl-fixups","category":null,"codebase":"","comments":"tool_setopt: reduce use of \"code hiding\" macros\n\nCODEx, DATAx, CLEANx, DECLx, REM3, CHKRET are all removed now.","files":[{"name":"src/tool_easysrc.c"},{"name":"src/tool_setopt.c"}],"number":224914,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"64b570b012fd810f849d6943ec6d645563e4e3d6","revision":"64b570b012fd810f849d6943ec6d645563e4e3d6","revlink":"https://github.com/curl/curl/commit/64b570b012fd810f849d6943ec6d645563e4e3d6","when":1741877782,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 16:03:58","branch":"bagder/tool-libcurl-fixups","category":null,"codebase":"","comments":"fixup some missing 'ret' checks","files":[{"name":"src/tool_setopt.c"}],"number":224916,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f4ef7b1bebe83c1aa130f2760ca215973bcdb4c8","revision":"f4ef7b1bebe83c1aa130f2760ca215973bcdb4c8","revlink":"https://github.com/curl/curl/commit/f4ef7b1bebe83c1aa130f2760ca215973bcdb4c8","when":1741878238,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 16:47:17","branch":"bagder/tool-libcurl-fixups","category":null,"codebase":"","comments":"fixup add a ret check","files":[{"name":"src/tool_setopt.c"}],"number":224920,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1995166ae9ef0fe0036601fd78eb6747c6e76d28","revision":"1995166ae9ef0fe0036601fd78eb6747c6e76d28","revlink":"https://github.com/curl/curl/commit/1995166ae9ef0fe0036601fd78eb6747c6e76d28","when":1741880837,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"1995166ae9ef0fe0036601fd78eb6747c6e76d28"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2355/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220217.30862,1742220219.752058],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220217.233509,1742220219.75606]},"2356":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2356/steps/git/logs/stdio"]],"number":2356,"properties":[["branch","bagder/doh-httpsrr-free","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2356,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a282aa43084717c93f5f6a18ffeca929e7930870","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/doh-httpsrr-free","changes":[{"at":"Thu 13 Mar 2025 23:33:07","branch":"bagder/doh-httpsrr-free","category":null,"codebase":"","comments":"doh: remove wrong but unreachable exit path from doh_decode_rdata_name\n\nThe condition could not happen, as the function is only called from a\nsingle place where the caller already made sure it can't happen. This\nchange still removes the flawed logic.\n\nReported-by: Ronald Crane","files":[{"name":"lib/doh.c"}],"number":224956,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"78e27debbda23a778e4e548c94626afc39a0cb2a","revision":"78e27debbda23a778e4e548c94626afc39a0cb2a","revlink":"https://github.com/curl/curl/commit/78e27debbda23a778e4e548c94626afc39a0cb2a","when":1741905187,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 13 Mar 2025 23:33:33","branch":"bagder/doh-httpsrr-free","category":null,"codebase":"","comments":"dynbuf: add an assert to Curl_dyn_free() checking the ->init\n\nAll other dynbuf functions already do it, this should as well.","files":[{"name":"lib/dynbuf.c"}],"number":224957,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a282aa43084717c93f5f6a18ffeca929e7930870","revision":"a282aa43084717c93f5f6a18ffeca929e7930870","revlink":"https://github.com/curl/curl/commit/a282aa43084717c93f5f6a18ffeca929e7930870","when":1741905213,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a282aa43084717c93f5f6a18ffeca929e7930870"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2356/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742220221.709565,1742220224.414851],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742220221.599582,1742220224.418408]},"2357":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/Runtest/logs/resultlog"]],"number":2357,"properties":[["branch","bagder/dynbuf_free-assert","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2357,"Build"],["codebase","","Build"],["got_revision","0f43da8dc08b7642cbf82285b74d40807a579eb9","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","0f43da8dc08b7642cbf82285b74d40807a579eb9","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/dynbuf_free-assert","changes":[{"at":"Thu 13 Mar 2025 23:45:16","branch":"bagder/dynbuf_free-assert","category":null,"codebase":"","comments":"dynbuf: add an assert to Curl_dyn_free() checking the ->init\n\nAll other dynbuf functions already do it, this should as well.","files":[{"name":"lib/dynbuf.c"}],"number":224961,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b4707e4f4bc55d34e04d71fa64c871c2321eed00","revision":"b4707e4f4bc55d34e04d71fa64c871c2321eed00","revlink":"https://github.com/curl/curl/commit/b4707e4f4bc55d34e04d71fa64c871c2321eed00","when":1741905916,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 00:05:50","branch":"bagder/dynbuf_free-assert","category":null,"codebase":"","comments":"lib: fix Curl_dyn_free() calls without init","files":[{"name":"lib/http_negotiate.c"},{"name":"lib/imap.c"},{"name":"lib/imap.h"},{"name":"lib/krb5.c"},{"name":"lib/pingpong.c"},{"name":"lib/pingpong.h"},{"name":"lib/urldata.h"}],"number":224962,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0f43da8dc08b7642cbf82285b74d40807a579eb9","revision":"0f43da8dc08b7642cbf82285b74d40807a579eb9","revlink":"https://github.com/curl/curl/commit/0f43da8dc08b7642cbf82285b74d40807a579eb9","when":1741907150,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"0f43da8dc08b7642cbf82285b74d40807a579eb9"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742220226.292835,1742220245.858918],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742220245.863166,1742220246.050226],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742220246.053042,1742220246.337217],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2357/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742220246.339848,1742229258.654429],"urls":{}}],"text":["build","successful"],"times":[1742220226.197264,1742229258.660391]},"2358":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2358/steps/git/logs/stdio"]],"number":2358,"properties":[["branch","bagder/rustls-crlfile","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2358,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","acbded0e67ac23112a6a984a86351cf5d8922045","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/rustls-crlfile","changes":[{"at":"Fri 14 Mar 2025 08:33:54","branch":"bagder/rustls-crlfile","category":null,"codebase":"","comments":"rustls: cap maximum allowed CRL file size to 8MB\n\nAllowing 4GB on a 32-bit system is just asking for problems and could in\ntheory cause integer overflow in the dynbuf code.\n\nThe dynbuf now has an assert to catch code trying to set a max larger\nthan 100MB, as it seems large enough for most buffers.\n\nReported-by: Rinku Das","files":[{"name":"lib/dynbuf.c"},{"name":"lib/dynbuf.h"},{"name":"lib/vtls/rustls.c"}],"number":224982,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e6098deff928f13fc4ca3d6ed216d45eae0b5308","revision":"e6098deff928f13fc4ca3d6ed216d45eae0b5308","revlink":"https://github.com/curl/curl/commit/e6098deff928f13fc4ca3d6ed216d45eae0b5308","when":1741937634,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 08:40:15","branch":"bagder/rustls-crlfile","category":null,"codebase":"","comments":"fixup oops, we use really big dynbufs sometimes","files":[{"name":"lib/dynbuf.c"},{"name":"lib/dynbuf.h"}],"number":224984,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"acbded0e67ac23112a6a984a86351cf5d8922045","revision":"acbded0e67ac23112a6a984a86351cf5d8922045","revlink":"https://github.com/curl/curl/commit/acbded0e67ac23112a6a984a86351cf5d8922045","when":1741938015,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"acbded0e67ac23112a6a984a86351cf5d8922045"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2358/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742257810.245736,1742257813.369968],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742229261.421435,1742257813.374877]},"2359":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/Runtest/logs/resultlog"]],"number":2359,"properties":[["branch","renovate/awslabs-aws-lc-1.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2359,"Build"],["codebase","","Build"],["got_revision","73f802f5348a2a0cab89e908afb2a3b34ef47d88","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","73f802f5348a2a0cab89e908afb2a3b34ef47d88","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/awslabs-aws-lc-1.x","changes":[{"at":"Fri 14 Mar 2025 09:10:32","branch":"renovate/awslabs-aws-lc-1.x","category":null,"codebase":"","comments":"ci: Update dependency awslabs/aws-lc to v1.48.4","files":[{"name":".github/workflows/linux.yml"}],"number":224987,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d09ed8aac08a76c20d17e293ec9f6f73a24ecca3","revision":"d09ed8aac08a76c20d17e293ec9f6f73a24ecca3","revlink":"https://github.com/curl/curl/commit/d09ed8aac08a76c20d17e293ec9f6f73a24ecca3","when":1741939832,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Mon 17 Mar 2025 23:21:18","branch":"renovate/awslabs-aws-lc-1.x","category":null,"codebase":"","comments":"ci: Update dependency awslabs/aws-lc to v1.48.5","files":[{"name":".github/workflows/linux.yml"}],"number":225263,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"73f802f5348a2a0cab89e908afb2a3b34ef47d88","revision":"73f802f5348a2a0cab89e908afb2a3b34ef47d88","revlink":"https://github.com/curl/curl/commit/73f802f5348a2a0cab89e908afb2a3b34ef47d88","when":1742250078,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"73f802f5348a2a0cab89e908afb2a3b34ef47d88"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742287405.60234,1742287426.848488],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742287426.852716,1742287427.03386],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742287427.036225,1742287427.195768],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2359/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742287427.198806,1742297656.008682],"urls":{}}],"text":["build","successful"],"times":[1742257816.293391,1742297656.105164]},"2360":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2360/steps/git/logs/stdio"]],"number":2360,"properties":[["branch","bagder/ws-docs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2360,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","095c777f0e2f33c9b6d6fc4e4fb1ba8c048a79e0","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/ws-docs","changes":[{"at":"Fri 14 Mar 2025 11:52:05","branch":"bagder/ws-docs","category":null,"codebase":"","comments":"curl_ws_recv.md: expand a little on the fragments the API delivers","files":[{"name":"docs/libcurl/curl_ws_recv.md"}],"number":225003,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"095c777f0e2f33c9b6d6fc4e4fb1ba8c048a79e0","revision":"095c777f0e2f33c9b6d6fc4e4fb1ba8c048a79e0","revlink":"https://github.com/curl/curl/commit/095c777f0e2f33c9b6d6fc4e4fb1ba8c048a79e0","when":1741949525,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"095c777f0e2f33c9b6d6fc4e4fb1ba8c048a79e0"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2360/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742327097.100679,1742327100.594618],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742297748.708864,1742327100.599822]},"2361":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2361/steps/git/logs/stdio"]],"number":2361,"properties":[["branch","bagder/2311-fix","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2361,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","810fe8c6eae1805893ad54e1156118bb189c3243","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/2311-fix","changes":[{"at":"Fri 14 Mar 2025 12:31:48","branch":"bagder/2311-fix","category":null,"codebase":"","comments":"libtest/lib2311: remove \"extra\" fclose()\n\nFollow-up to 3588df9478d7c27046b34cdb5\n\nFixes #16721\nReported-by: Viktor Szakats","files":[{"name":"tests/libtest/lib2311.c"}],"number":225008,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"810fe8c6eae1805893ad54e1156118bb189c3243","revision":"810fe8c6eae1805893ad54e1156118bb189c3243","revlink":"https://github.com/curl/curl/commit/810fe8c6eae1805893ad54e1156118bb189c3243","when":1741951908,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"810fe8c6eae1805893ad54e1156118bb189c3243"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2361/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742353573.698466,1742353576.555696],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742327102.759918,1742353576.558728]},"2362":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2362/steps/git/logs/stdio"]],"number":2362,"properties":[["branch","bagder/dynbuf-crlfile","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2362,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","00fc55677f693f569b1a176279fd378348e1a3e4","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/dynbuf-crlfile","changes":[{"at":"Fri 14 Mar 2025 12:49:31","branch":"bagder/dynbuf-crlfile","category":null,"codebase":"","comments":"dynbuf: bump the max CRLFILE size to 400MB\n\nRef: https://github.com/curl/curl/pull/16716#issuecomment-2724429278\n\n> I have some tooling leftover from when I was implementing CRL support\n> in the webpki crate that downloaded every CRL I could find referenced\n> in ccadb (without doing any special filtering for defunct CAs/CRLs\n> mind you) and found CRLs that spanned the range from very small\n> (<1mb), to medium sized (11 .. 22mb) to very large (100mb).\n\nReported-by: Daniel McCarney","files":[{"name":"lib/dynbuf.h"}],"number":225012,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"00fc55677f693f569b1a176279fd378348e1a3e4","revision":"00fc55677f693f569b1a176279fd378348e1a3e4","revlink":"https://github.com/curl/curl/commit/00fc55677f693f569b1a176279fd378348e1a3e4","when":1741952971,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"00fc55677f693f569b1a176279fd378348e1a3e4"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2362/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742353578.296553,1742353580.535133],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742353578.225069,1742353580.540298]},"2363":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2363/steps/git/logs/stdio"]],"number":2363,"properties":[["branch","bagder/http-no-space","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2363,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","dbb696fc03e41a2d75b0706ec8167087df0eb756","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/http-no-space","changes":[{"at":"Fri 14 Mar 2025 16:58:41","branch":"bagder/http-no-space","category":null,"codebase":"","comments":"http: remove the space requirement after status-code\n\nIt was introduced in 294136b75411893c5, but not shipped in a release. It\nhas caused problems and after checking, the browsers don't insist on it\neven if RFC 9112 says it is mandatory.\n\nAdjust test 2 to do a response without the space.","files":[{"name":"lib/http.c"},{"name":"tests/data/test2"}],"number":225033,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dbb696fc03e41a2d75b0706ec8167087df0eb756","revision":"dbb696fc03e41a2d75b0706ec8167087df0eb756","revlink":"https://github.com/curl/curl/commit/dbb696fc03e41a2d75b0706ec8167087df0eb756","when":1741967921,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"dbb696fc03e41a2d75b0706ec8167087df0eb756"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2363/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742353582.329783,1742353584.624412],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742353582.258012,1742353584.627423]},"2364":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2364/steps/git/logs/stdio"]],"number":2364,"properties":[["branch","bagder/http-long-method","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2364,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","09a12c77437284e873d89b4e872ea020fdb59ca3","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/http-long-method","changes":[{"at":"Fri 14 Mar 2025 17:30:09","branch":"bagder/http-long-method","category":null,"codebase":"","comments":"http: remove a HTTP method size restriction\n\nBy allocating the method string as part of the struct, the previous\nfixed size limit (23 bytes) can be avoided. It would previously make\n\"curl -X [long string]\" work against http://localhost but fail against\nhttps://curl.se with no clear error message.","files":[{"name":"lib/http.c"},{"name":"lib/http.h"}],"number":225035,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b4f4cd5c0a99c0907f4b0ea0d933417838ea373d","revision":"b4f4cd5c0a99c0907f4b0ea0d933417838ea373d","revlink":"https://github.com/curl/curl/commit/b4f4cd5c0a99c0907f4b0ea0d933417838ea373d","when":1741969809,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 14 Mar 2025 17:50:31","branch":"bagder/http-long-method","category":null,"codebase":"","comments":"fixup remove the extra byte that already is in the struct","files":[{"name":"lib/http.c"}],"number":225037,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"09a12c77437284e873d89b4e872ea020fdb59ca3","revision":"09a12c77437284e873d89b4e872ea020fdb59ca3","revlink":"https://github.com/curl/curl/commit/09a12c77437284e873d89b4e872ea020fdb59ca3","when":1741971031,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"09a12c77437284e873d89b4e872ea020fdb59ca3"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2364/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742353586.436188,1742353588.702075],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742353586.360694,1742353588.705748]},"2365":{"blame":["Aquila Macedo <aquilamacedo@riseup.net>","Daniel Stenberg <daniel@haxx.se>","Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/Runtest/logs/resultlog"]],"number":2365,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2365,"Build"],["codebase","","Build"],["got_revision","37e013fc164c0b72d263449ca45280090cbbdc88","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","37e013fc164c0b72d263449ca45280090cbbdc88","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Sat 15 Mar 2025 21:49:38","branch":"master","category":null,"codebase":"","comments":"ftp/sftp: strdup data info memory\n\nFix the broken implementation to have `data->state` carry pointers into\nconnectdata members. Always dup the memory and free when easy handle\ncloses.\n\nCloses #16733","files":[{"name":"lib/ftp.c"},{"name":"lib/url.c"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"}],"number":225069,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ebce3f0c02a78c1b440516654ad2d3a91dffa2fc","revision":"ebce3f0c02a78c1b440516654ad2d3a91dffa2fc","revlink":"https://github.com/curl/curl/commit/ebce3f0c02a78c1b440516654ad2d3a91dffa2fc","when":1742071778,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Sat 15 Mar 2025 23:01:12","branch":"master","category":null,"codebase":"","comments":"asyn-thread: drop `free()` on non-heap address\n\nseen with mingw-w64 gcc 14.2.0 while playing with other modifications:\n```\nlib/asyn-thread.c: In function 'init_resolve_thread':\nlib/asyn-thread.c:447:5: warning: 'free' called on pointer 'data' with nonzero offset 3264 [-Wfree-nonheap-object]\n  447 |     free(td);\n      |     ^~~~~~~~\n```\n\nWhere `td` is:\n```c\n  struct thread_data *td = &data->state.async.thdata;\n```\n\nFollow-up to d9fc64d3ab289a84548e952183d7eba79ccc846e #16241\nCloses #16734","files":[{"name":"lib/asyn-thread.c"}],"number":225076,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6b143d9cc13fcd208480f678dfd06bf97bde4998","revision":"6b143d9cc13fcd208480f678dfd06bf97bde4998","revlink":"https://github.com/curl/curl/commit/6b143d9cc13fcd208480f678dfd06bf97bde4998","when":1742076072,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 16 Mar 2025 00:09:22","branch":"master","category":null,"codebase":"","comments":"GHA/windows: unignore 2310, disable SCP/FTP for vcpkg `libssh2[core]`\n\nSkipping these tests saves time and reduces test logs from 11500 lines\nto 3800.\n\nTests are permanently broken due to `curl: (67) Authentication failure`.\nThis libssh2 is built with WinCNG. Builds using libcrypto from OpenSSL\nwork fine.\n\nCloses #16735","files":[{"name":".github/workflows/windows.yml"}],"number":225086,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4911e7af119c1b7efd46a742d47bca44832c3041","revision":"4911e7af119c1b7efd46a742d47bca44832c3041","revlink":"https://github.com/curl/curl/commit/4911e7af119c1b7efd46a742d47bca44832c3041","when":1742080162,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 16 Mar 2025 14:02:08","branch":"master","category":null,"codebase":"","comments":"memdebug: set gcc 11+ deallocator attribute, extend alloc attributes to clang\n\nTo make `-Wfree-nonheap-object` and `-Wmismatched-dealloc` work in\n`CURLDEBUG` builds.\n\nAlso extend `ALLOC_FUNC` and `ALLOC_SIZE` attribute support\nto llvm/clang.\n\nllvm/clang is missing the deallocator attribute, tracked here:\nhttps://github.com/llvm/llvm-project/issues/129068\n\nRef: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/Common-Function-Attributes.html#Common-Function-Attributes\nRef: https://www.gnu.org/software/gcc/gcc-11/changes.html\nRef: 6b143d9cc13fcd208480f678dfd06bf97bde4998 #16734\n\nCloses #16737","files":[{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"}],"number":225111,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d5b403074ed2b28e41e0c17dcd436252d38adfa3","revision":"d5b403074ed2b28e41e0c17dcd436252d38adfa3","revlink":"https://github.com/curl/curl/commit/d5b403074ed2b28e41e0c17dcd436252d38adfa3","when":1742130128,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 16 Mar 2025 14:02:08","branch":"master","category":null,"codebase":"","comments":"tests/server: support bundle binary\n\nExtend existing `--enable-test-bundles` and `-DCURL_TEST_BUNDLES=ON`\noptions to also bundle test server programs into a single binary. With\nautotools, also bundle auxiliary libcurl sources for a \"unity\"-style\nbuild.\n\nIt saves almost 10 minutes per run, across all CI jobs.\nOn average it makes `build tests` steps 25% faster.\n\nWith CMake, it brings down `testdeps` build steps to 32 to 37, from\n45 to 64 before this patch, with unity. Without unity it brings it down\nfrom 400-420 to 280-300. For comparison, without unity and bundles,\nthe number of build steps is around 1850.\n\nWith autotools the gain is possibly larger because this patch does unity\nand bundle for test servers.\n\nThe total reduction of build steps / log lines is 12000. It's 44% of\nreduction on average across all CI jobs.\n\nFollow-up to 77401af4852103b215fe74989e89be61bbf435d2 #16695\nFollow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772\n\nComparison of 'build tests' targets in S(econds) and L(ines/steps),\nbetween before and after this patch:\n\nCI job                                    |BefS|AftS|Gain|BefL|AftL|Gain| Comments\n:---------------------------------------- | -: | -: | -: | --:| --:| --:| :-------\nGHA/windows                               |    |    |    |    |    |    |\nCygwin AM                                 |110 | 95 | 15 | 237|  88| 149| l(ines)\nCygwin CM                                 | 34 | 27 |  7 |  63|  36|  27| s(teps, with Ninja)\nmsys2, AM x86_64 !proxy                   | 35 | 21 | 14 | 255| 108| 147| l\nmsys2, AM x86_64 default                  | 35 | 22 | 13 | 255| 108| 147| l\nmsys2, CM x86_64 default                  | 14 | 11 |  3 |  63|  36|  27| s\nmsys2, AM x86_64 default R                | 41 | 29 | 12 | 245|  96| 149| l\nmingw, AM x86_64 default                  | 69 | 33 | 36 | 331| 156| 175| l\nmingw, AM x86_64 c-ares U                 | 69 | 33 | 36 | 331| 156| 175| l\nmingw, CM x86_64 schannel c-ares U        | 32 | 24 |  8 |  63|  36|  27| s\nmingw, CM clang-x86_64 gnutls             |  9 |  6 |  3 |  63|  36|  27| s\nmingw, CM ucrt-x86_64 schannel R TrackMem | 43 | 35 |  8 |  64|  37|  27| s\nmingw, CM clang-x86_64 openssl            | 20 | 18 |  2 |  63|  36|  27| s\nmingw, CM ucrt-x86_64 schannel uwp        | 36 | 34 |  2 |  47|  34|  13| s\nmingw, CM x86_64 schannel dev debug       | 32 | 24 |  8 |  64|  37|  27| s\nmingw, CM i686 schannel R                 | 38 | 37 |  1 |  47|  34|  13| s\ndl-mingw, CM 9.5.0-x86_64 schan           |102 | 94 |  8 |  63|  36|  27| s\ndl-mingw, CM 7.3.0-x86_64 schan mbedtls U | 32 | 24 |  8 |  94|  60|  34| l\ndl-mingw, CM 6.4.0-i686 schannel !unity   | 42 | 31 | 11 | 427| 297| 130| l (no unity, yes bundle)\nlinux-mingw, AM gcc                       |  - |  - |    |   -|   -|    |\nlinux-mingw, CM gcc                       | 12 | 10 |  2 |  46|  33|  13| s\nmingw32ce, AM 4.4.0-arm schannel          |  - |  - |    |   -|   -|    |\nmingw32ce, CM 4.4.0-arm schannel          | 30 | 31 | -1 |  81|  61|  20| l\nmsvc, CM x64-uwp openssl +examples        | 13 | 10 |  3 | 102|  68|  34| l\nmsvc, CM x64-windows openssl              | 13 | 10 |  3 | 102|  68|  34| l\nmsvc, CM x64-windows schannel MultiSSL U  | 13 | 10 |  3 | 102|  68|  34| l\nmsvc, CM x64-windows libressl             | 14 | 13 |  1 | 102|  68|  34| l\nmsvc, CM x64-windows boringssl            | 11 | 11 |  0 |  84|  64|  20| l\nmsvc, CM x64-windows wolfssl +examples    | 13 | 10 |  3 | 102|  68|  34| l\nmsvc, CM x64-windows mbedtls libssh       | 14 | 10 |  4 | 102|  68|  34| l\nGHA/old-linux:                            |    |    |    |    |    |    |\nlinux (cmake & autoconf) AM               | 14 | 11 |  3 | 217|  75| 142| l\nlinux (cmake & autoconf) CM               | 15 | 13 |  2 | 545| 380| 165| l\nGHA/non-native:                           |    |    |    |    |    |    |\nAmigaOS, AM gcc AmiSSL m68k               |  - |  - |    |   -|   -|    |\nAmigaOS, CM gcc AmiSSL m68k               |  8 |  7 |  1 |  78|  58|  20| l\nAndroid 21, AM openssl arm64              |  7 |  5 |  2 | 222|  80| 142| l\nAndroid 21, CM openssl arm64              |  4 |  5 | -1 |  81|  61|  20| l\nAndroid 35, AM openssl arm64              |  7 |  5 |  2 | 222|  80| 142| l\nAndroid 35, CM boringssl !zstd arm64      |  4 |  3 |  1 |  81|  61|  20| l\nAndroid 35, CM openssl arm64              |  5 |  4 |  1 |  81|  61|  20| l\nFreeBSD, AM clang openssl arm64           |  - |  - |    |   -|   -|    |\nFreeBSD, AM clang openssl x86_64          |  7 |  3 |  4 | 513| 133| 380| l\nFreeBSD, CM clang openssl !unity !bundle..| 49 | 47 |  2 |1841|1841|    | s (no unity, no bundle)\nFreeBSD, CM clang openssl arm64           |  - |  - |    |   -|   -|    |\nMS-DOS, AM djgpp openssl i586             |  - |  - |    |   -|   -|    |\nMS-DOS, CM djgpp openssl i586             |  6 |  7 | -1 |  45|  32|  13| s\nNetBSD, CM clang openssl x86_64           | 15 | 13 |  2 |  62|  35|  27| s\nOmniOS, AM gcc openssl amd64              | 20 | 11 |  9 | 216|  74| 142| l\nOpenBSD, CM clang libressl x86_64         |  9 |  7 |  2 |  62|  35|  27| s\niOS, AM libressl arm64                    |  6 |  3 |  3 | 217|  68| 149| l\niOS, CM libressl arm64                    | 10 | 10 |  0 | 236| 175|  61| l\niOS, CM-Xcode libressl arm64              | 13 |  8 |  5 | 899| 627| 272| l\nGHA/linux:                                |    |    |    |    |    |    |\nAM bearssl                                |  9 |  8 |  1 | 258| 111| 147| l\nAM bearssl clang                          |  6 |  4 |  2 | 258| 111| 147| l\nAM libressl heimdal                       | 11 |  8 |  3 | 267| 120| 147| l\nCM libressl heimdal valgrind              |  8 |  5 |  3 |  62|  35|  27| s\nAM libressl clang                         |  7 |  4 |  3 | 258| 111| 147| l\nAM wolfssl-all                            | 11 |  8 |  3 | 258| 111| 147| l\nAM wolfssl-opensslextra valgrind          | 11 |  7 |  4 | 258| 111| 147| l\nAM mbedtls valgrind                       | 10 |  7 |  3 | 258| 111| 147| l\nAM mbedtls clang                          |  6 |  3 |  3 | 258| 111| 147| l\nCM mbedtls                                |  7 |  6 |  1 |  62|  35|  27| s\nCM mbedtls-pkg                            |  7 |  7 |  0 |  62|  35|  27| s\nCM mbedtls-pkg !pc                        |  - |  - |    |   -|   -|    |\nAM msh3                                   | 10 |  7 |  3 | 258| 111| 147| l\nCM msh3                                   |  7 |  7 |  0 |  62|  35|  27| s\nAM awslc                                  | 18 | 15 |  3 | 247|  98| 149| l\nCM awslc                                  | 13 | 11 |  2 | 400| 277| 123| s (no unity, yes bundle)\nAM openssl default                        | 10 |  7 |  3 | 258| 111| 147| l\nAM openssl libssh2 sync-resolver valgrind | 10 |  7 |  3 | 258| 111| 147| l\nAM openssl                                | 11 |  7 |  4 | 258| 111| 147| l\nAM openssl -O3 valgrind                   | 26 | 21 |  5 | 258| 111| 147| l\nAM openssl clang krb5                     |  7 |  3 |  4 | 265| 118| 147| l\nCM openssl clang krb5 LTO                 |  - |  - |    |   -|   -|    |\nAM openssl !ipv6 !--libcurl               | 10 |  7 |  3 | 258| 111| 147| l\nAM openssl https-only                     | 11 |  8 |  3 | 258| 111| 147| l\nCM openssl torture !FTP                   |  7 |  6 |  1 |  62|  35|  27| s\nCM openssl torture FTP                    |  8 |  6 |  2 |  62|  35|  27| s\nAM openssl i686                           | 12 |  9 |  3 | 258| 111| 147| l\nAM !ssl !http !smtp !imap                 | 10 |  7 |  3 | 258| 111| 147| l\nAM clang-tidy                             |  - |  - |    |   -|   -|    |\nAM scanbuild                              |  - |  - |    |   -|   -|    |\nAM address-sanitizer                      | 10 |  6 |  4 | 258| 111| 147| l\nAM thread-sanitizer                       |  7 |  4 |  3 | 258| 111| 147| l\nAM memory-sanitizer                       | 10 |  6 |  4 | 258| 111| 147| l\nAM event-based                            | 10 |  7 |  3 | 253| 106| 147| l\nAM duphandle                              | 10 |  8 |  2 | 253| 106| 147| l\nAM rustls valgrind                        | 10 |  8 |  2 | 258| 111| 147| l\nCM rustls                                 |  7 |  5 |  2 |  62|  35|  27| s\nAM IntelC openssl                         | 18 | 14 |  4 | 572| 282| 290| l\nAM Slackware openssl gssapi gcc           | 17 | 14 |  3 | 252| 103| 149| l\nAM Alpine MUSL https-rr                   | 15 | 11 |  4 | 266| 119| 147| l\nAM Alpine MUSL c-ares https-rr            | 15 | 11 |  4 | 266| 119| 147| l\nGHA/linux-http3:                          |    |    |    |    |    |    |\nAM quictls                                | 12 |  8 |  4 | 258| 111| 147| l\nAM gnutls                                 | 11 |  8 |  3 | 257| 110| 147| l\nAM wolfssl                                | 11 |  9 |  2 | 257| 110| 147| l\nCM wolfssl                                |  8 |  7 |  1 |  62|  35|  27| s\nAM openssl-quic                           | 11 |  8 |  3 | 257| 110| 147| l\nAM quiche                                 | 11 |  9 |  2 | 257| 110| 147| l\nCM quiche                                 |  8 |  6 |  2 |  62|  35|  27| s\nGHA/macos:                                |    |    |    |    |    |    |\nAM clang !ssl !debug brotli zstd          |  5 |  3 |  2 | 218|  69| 149| l\nAM clang !ssl                             |  4 |  5 | -1 | 227|  80| 147| l\nAM clang !ssl libssh2 AppleIDN            |  5 |  1 |  4 | 227|  80| 147| l\nAM clang OpenSSL libssh c-ares            |  4 |  2 |  2 | 227|  80| 147| l\nAM clang !ssl c-ares                      |  4 |  5 | -1 | 227|  80| 147| l\nAM clang !ssl HTTP-only                   |  4 |  2 |  2 | 222|  75| 147| l\nAM clang SecureTransport libssh2          |  3 |  3 |  0 | 227|  80| 147| l\nAM clang SecureTransport libssh2 10.12    |  4 |  2 |  2 | 227|  80| 147| l\nAM clang LibreSSL +examples               |  5 |  2 |  3 | 227|  80| 147| l\nAM clang OpenSSL                          |  6 |  1 |  5 | 227|  80| 147| l\nAM clang OpenSSL event-based              |  5 |  3 |  2 | 227|  80| 147| l\nAM clang quictls libssh2 !ldap 10.15      |  4 |  2 |  2 | 227|  80| 147| l\nCM clang OpenSSL gsasl rtmp AppleIDN      |  2 |  2 |  0 |  45|  32|  13| s\nCM clang OpenSSL AppleIDN clang-tidy +e   |150 | 76 | 74 | 400| 277| 123| s (clang-tidy)\nCM clang quictls +static libssh +examples |  2 |  2 |  0 |  45|  32|  13| s\nCM clang SecureTransport debug            |  2 |  2 |  0 |  62|  35|  27| s\nCM clang LibreSSL !ldap heimdal c-ares +e |  4 |  2 |  2 |  45|  32|  13| s\nCM clang wolfSSL !ldap brotli zstd        |  1 |  2 | -1 |  45|  32|  13| s\nCM clang mbedTLS openldap brotli zstd     |  1 |  2 | -1 |  45|  32|  13| s\nCM clang GnuTLS !ldap krb5                |  0 |  1 |  0 |  45|  32|  13| s\nCM clang OpenSSL torture !FTP             |  2 |  1 |  1 |  61|  34|  27| s\nCM clang OpenSSL torture FTP              |  2 |  1 |  1 |  61|  34|  27| s\nAM llvm@15 OpenSSL libssh                 |  5 |  4 |  1 | 227|  80| 147| l\nCM llvm@15 OpenSSL gsasl rtmp AppleIDN    |  3 |  2 |  1 |  45|  32|  13| s\nCM llvm@15 quictls +static libssh +e      |  2 |  2 |  0 |  45|  32|  13| s\nCM llvm@15 SecureTransport debug          |  3 |  2 |  1 |  62|  35|  27| s\nCM llvm@15 LibreSSL !ldap heimdal c-ares..|  3 |  1 |  2 |  45|  32|  13| s\nCM llvm@15 wolfSSL !ldap brotli zstd      |  3 |  2 |  1 |  45|  32|  13| s\nCM llvm@15 mbedTLS openldap brotli zstd   |  2 |  2 |  0 |  45|  32|  13| s\nCM llvm@15 GnuTLS !ldap krb5              |  2 |  1 |  1 |  45|  32|  13| s\nAM gcc-12 !ssl !debug                     | 18 | 12 |  6 | 218|  69| 149| l\nAM gcc-12 SecureTransport libssh2         | 13 |  6 |  7 | 227|  80| 147| l\nCM gcc-12 OpenSSL gsasl rtmp AppleIDN     |  7 |  5 |  2 |  45|  32|  13| s\nCM gcc-12 quictls +static libssh +e       |  8 |  6 |  2 |  45|  32|  13| s\nCM gcc-12 SecureTransport debug           |  8 |  6 |  2 |  62|  35|  27| s\nCM gcc-12 LibreSSL !ldap heimdal c-ares...|  7 |  6 |  1 |  45|  32|  13| s\nCM gcc-12 wolfSSL !ldap brotli zstd       | 16 |  6 | 10 |  45|  32|  13| s\nCM gcc-12 mbedTLS openldap brotli zstd    | 11 |  6 |  5 |  45|  32|  13| s\nCM gcc-12 GnuTLS !ldap krb5               |  7 |  5 |  2 |  45|  32|  13| s\nAppVeyor:                                 |    |    |    |    |    |    |\nVS2008 D x86 OpenSSL + Schannel SH +e     | 56 | 39 | 17 |  21|  14|   7| s (VCBuild)\nVS2010 D x64 Schannel SH +e               | 14 | 12 |  2 | 105|  78|  27| l\nVS2012 R x86 OpenSSL + Schannel SH        | 23 | 21 |  2 |  84|  64|  20| l\nVS2013 D x64 OpenSSL SH Build-only        |  - |  - |    |   -|   -|    | (no build tests)\nVS2015 D x64 OpenSSL ST Build-only        |  - |  - |    |   -|   -|    | (no build tests)\nVS2017 D x64 OpenSSL SH Build-only        |  - |  - |    |   -|   -|    | (no build tests)\nVS2019 D x64 OpenSSL + Schannel SH        | 33 | 26 |  7 |  81|  61|  20| l\nVS2022 D x64 !SSL ST                      | 32 | 25 |  7 |  79|  59|  20| l\nVS2022 D x64 !SSL ST HTTP-only            | 33 | 22 | 11 |  79|  59|  20| l\nVS2022 R arm64 Schannel ST                | 74 | 69 |  5 |  79|  59|  20| l\nVS2022 R x64 Schannel SH U DBGBLD !CURLDBG| 66 | 61 |  5 |  78|  58|  20| l\nVS2022 D x64 Schannel ST U                | 34 | 25 |  9 |  79|  59|  20| l\nVS2022 D x64 Schannel ST U clang-cl +e    | 42 | 34 |  8 |  53|  40|  13| l\nVS2022 R x64 OpenSSL SH                   | 60 | 58 |  2 |  83|  63|  20| l\nTotal                                     |2394|1807|-587| 26k| 14k|-12k|\nin %                                      |    |    |-24%|    |    |-45%|\nin minutes                                |    |    |9m47|    |    |    |\n\nBefore:\nGHA/windows: https://github.com/curl/curl/actions/runs/13854983424\nGHA/old-linux: https://github.com/curl/curl/actions/runs/13854983399\nGHA/non-native: https://github.com/curl/curl/actions/runs/13854983427\nGHA/linux-http3: https://github.com/curl/curl/actions/runs/13854983409\nGHA/linux: https://github.com/curl/curl/actions/runs/13854983406\nGHA/macos: https://github.com/curl/curl/actions/runs/13854983401\nAppveyor: https://ci.appveyor.com/project/curlorg/curl/builds/51703551\n\nAfter:\nGHA/windows: https://github.com/curl/curl/actions/runs/13860433850?pr=15000\nGHA/old-linux: https://github.com/curl/curl/actions/runs/13860433809?pr=15000\nGHA/non-native: https://github.com/curl/curl/actions/runs/13860433828?pr=15000\nGHA/linux-http3: https://github.com/curl/curl/actions/runs/13860433806?pr=15000\nGHA/linux: https://github.com/curl/curl/actions/runs/13860433848?pr=15000\nGHA/macos: https://github.com/curl/curl/actions/runs/13860433835?pr=15000\nAppveyor: https://ci.appveyor.com/project/curlorg/curl/builds/51704222\n\nCloses #15000","files":[{"name":"tests/ftpserver.pl"},{"name":"tests/runtests.pl"},{"name":"tests/server/.gitignore"},{"name":"tests/server/CMakeLists.txt"},{"name":"tests/server/Makefile.am"},{"name":"tests/server/Makefile.inc"},{"name":"tests/server/first.c"},{"name":"tests/server/first.h"},{"name":"tests/server/mk-bundle.pl"},{"name":"tests/serverhelp.pm"}],"number":225112,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f4f25505df1d2ede727071eb0c518368a206f64b","revision":"f4f25505df1d2ede727071eb0c518368a206f64b","revlink":"https://github.com/curl/curl/commit/f4f25505df1d2ede727071eb0c518368a206f64b","when":1742130128,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 17 Mar 2025 02:06:23","branch":"master","category":null,"codebase":"","comments":"GHA/windows: drop redundant manual changes to MSYS2 config\n\nIt's done automatically by the `msys2/setup-msys2` action.\n\nSuggested-by: Jeremy Drake\nRef: https://github.com/curl/curl/pull/16672#discussion_r1997699803\n\nCloses #16739","files":[{"name":".github/workflows/windows.yml"}],"number":225133,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a4e00632359016f66e925b51611e4db4e009744b","revision":"a4e00632359016f66e925b51611e4db4e009744b","revlink":"https://github.com/curl/curl/commit/a4e00632359016f66e925b51611e4db4e009744b","when":1742173583,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 17 Mar 2025 02:06:23","branch":"master","category":null,"codebase":"","comments":"memdebug: revert setting gcc 11+ deallocator attribute\n\nThese attributes were causing unexplained warnings while playing with\nPR #16738: In `CURLDEBUG` builds with mingw, gcc (14.2.0), and `-O3`,\nwhile building `libcurlu`. `-O3` is required. May be related to having\nthe `CURLDEBUG` allocators in the same source file as their callers\n(unity mode). PR #16738 moves `memdebug.c` into the main unity unit.\nUnclear why it doesn't affect `libcurl`.\n\nE.g. CI job `mingw, CM ucrt-x86_64 schannel R TrackMemory` CI job:\nhttps://github.com/curl/curl/actions/runs/13888662354/job/38856868429\n\nIt also reproduces in an isolated example.\n\nDrop this attribute till we learn more about it.\n\nRef: https://github.com/curl/curl/pull/16737#issuecomment-2727681306\nPartial revert of d5b403074ed2b28e41e0c17dcd436252d38adfa3 #16737\n\nCloses #16740","files":[{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"}],"number":225134,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e","revision":"6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e","revlink":"https://github.com/curl/curl/commit/6e5fa7094b69fa46b6f485e8ffb4dbd4de24cd2e","when":1742173583,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 17 Mar 2025 15:48:08","branch":"master","category":null,"codebase":"","comments":"GHA/windows: skip flaky test 498\n\nOn suspect of strain on the runtime env/pipes, disable this test, which\nis flaky due to `runtests` detecting a 2009 result code from curl, while\ncurl is returning the expected 56:\n\n```\ntest 0498...[Reject too large HTTP response headers on endless redirects]\n\ncurl returned 2009, when expecting 56\n 498: exit FAILED\n== Contents of files in the log/5/ dir after test 498\n[...]\n   0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0\n curl: (56) Too large response headers: 6144086 > 6144000\n```\n\nIn such cases the number of log lines for this single test is 4800. In\ncomparison the total number of log lines for a clear test run is 3800.\n\nSeen with mingw, dl-mingw, msvc CI jobs.\n\nFollow-up to 4911e7af119c1b7efd46a742d47bca44832c3041 #16735\nRef: https://github.com/curl/curl/discussions/14854#discussioncomment-12503065\n\nCloses #16748","files":[{"name":".github/workflows/windows.yml"}],"number":225222,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"391543f8c68da7c4bb4fed27535aee6cf9d3fb10","revision":"391543f8c68da7c4bb4fed27535aee6cf9d3fb10","revlink":"https://github.com/curl/curl/commit/391543f8c68da7c4bb4fed27535aee6cf9d3fb10","when":1742222888,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 17 Mar 2025 16:45:23","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":225233,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8c21d0fe302a4ba9aae91ecfeeffd8918486383d","revision":"8c21d0fe302a4ba9aae91ecfeeffd8918486383d","revlink":"https://github.com/curl/curl/commit/8c21d0fe302a4ba9aae91ecfeeffd8918486383d","when":1742226323,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 17 Mar 2025 17:19:15","branch":"master","category":null,"codebase":"","comments":"tests: git ignore the bundle executables built\n\nCloses #16749","files":[{"name":"tests/libtest/.gitignore"},{"name":"tests/server/.gitignore"},{"name":"tests/unit/.gitignore"}],"number":225236,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c6c6ee2a925f584b6c0416302369d639bd60a94a","revision":"c6c6ee2a925f584b6c0416302369d639bd60a94a","revlink":"https://github.com/curl/curl/commit/c6c6ee2a925f584b6c0416302369d639bd60a94a","when":1742228355,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Mon 17 Mar 2025 19:15:32","branch":"master","category":null,"codebase":"","comments":"runtests: add feature-based filtering\n\nThis commit introduces support for features in the test selection\nprocess by adding them to the keywords list with the `feat:` prefix. It\nallows users to specify features to run only tests with them, or exclude\ntests using `!feat:<feature>`, similar to how keywords are handled.\n\nFixes #16533\nCloses #16619\n\nSigned-off-by: Aquila Macedo <aquilamacedo@riseup.net>","files":[{"name":"tests/runtests.md"},{"name":"tests/runtests.pl"}],"number":225243,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"912efa2d1c33531561f044af72e4451e08682883","revision":"912efa2d1c33531561f044af72e4451e08682883","revlink":"https://github.com/curl/curl/commit/912efa2d1c33531561f044af72e4451e08682883","when":1742235332,"who":"Aquila Macedo <aquilamacedo@riseup.net>"},{"at":"Mon 17 Mar 2025 23:20:23","branch":"master","category":null,"codebase":"","comments":"lib696: fix building on Windows in non-bundle mode\n\n```\nFAILED: tests/libtest/lib696.exe\n[...] undefined reference to `curlx_write'\n```\nRef: https://github.com/curl/curl/actions/runs/13909717720/job/38921073575?pr=16750#step:12:469\n\nCloses #16753","files":[{"name":"tests/libtest/Makefile.inc"}],"number":225262,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e61bbbd8fa20ea7c89e5305c5a63660267bd2708","revision":"e61bbbd8fa20ea7c89e5305c5a63660267bd2708","revlink":"https://github.com/curl/curl/commit/e61bbbd8fa20ea7c89e5305c5a63660267bd2708","when":1742250023,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 18 Mar 2025 04:13:50","branch":"master","category":null,"codebase":"","comments":"GHA/macos: verbose cmake in test steps\n\nTo sync with other workflows, and autotools. To see build details,\nincluding clang-tidy invocations.\n\nCloses #16757","files":[{"name":".github/workflows/macos.yml"}],"number":225274,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"77861ace49672cad60777845c1288bd1fbc8ae01","revision":"77861ace49672cad60777845c1288bd1fbc8ae01","revlink":"https://github.com/curl/curl/commit/77861ace49672cad60777845c1288bd1fbc8ae01","when":1742267630,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 18 Mar 2025 12:23:43","branch":"master","category":null,"codebase":"","comments":"runtests: auto-detect test bundle builds\n\nIf libtests, units and servers binaries are all present, auto-enable\nbundle mode.\n\nDrop manual runtests option.\n\nNote: Make sure to \"make clean\" before changing the test bundle build\nsetting.\n\nAlso fix to append executable extension to all libtest and unit test\nexecutables when launching them. This should make it a tiny bit faster\non Windows.\n\nFollow-up to f4f25505df1d2ede727071eb0c518368a206f64b #15000\nFollow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772\n\nCloses #16750","files":[{"name":"tests/CMakeLists.txt"},{"name":"tests/Makefile.am"},{"name":"tests/runner.pm"},{"name":"tests/runtests.md"},{"name":"tests/runtests.pl"}],"number":225286,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a9b7cbf34f8db80e8c05ee3680cafdce67ca9430","revision":"a9b7cbf34f8db80e8c05ee3680cafdce67ca9430","revlink":"https://github.com/curl/curl/commit/a9b7cbf34f8db80e8c05ee3680cafdce67ca9430","when":1742297023,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 18 Mar 2025 12:23:44","branch":"master","category":null,"codebase":"","comments":"config-win32: set `HAVE_STDINT_H` where available\n\nFor winbuild and VS project builds.\n\nFollow-up to 1ecf2f11136f967deff6d2c124127250d2756c48 #16585\n\nCloses #16759","files":[{"name":"lib/config-win32.h"}],"number":225287,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"37e013fc164c0b72d263449ca45280090cbbdc88","revision":"37e013fc164c0b72d263449ca45280090cbbdc88","revlink":"https://github.com/curl/curl/commit/37e013fc164c0b72d263449ca45280090cbbdc88","when":1742297024,"who":"Viktor Szakats <commit@vsz.me>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"37e013fc164c0b72d263449ca45280090cbbdc88"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742353590.640329,1742353607.795118],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742353607.7989,1742353607.959778],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742353607.962076,1742353608.104323],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2365/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742353608.106587,1742364416.640736],"urls":{}}],"text":["build","successful"],"times":[1742353590.551851,1742364416.687126]},"2366":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/Runtest/logs/resultlog"]],"number":2366,"properties":[["branch","bagder/request-mode","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2366,"Build"],["codebase","","Build"],["got_revision","0bac12bc3acdc2a3a0763709f297226b8a376bbb","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","0bac12bc3acdc2a3a0763709f297226b8a376bbb","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/request-mode","changes":[{"at":"Sat 15 Mar 2025 21:55:29","branch":"bagder/request-mode","category":null,"codebase":"","comments":"curl: add --location-mode all/obey/first\n\nSets the \"mode\" for how to treat and use a custom HTTP method when\nfollowing redirects.","files":[{"name":"docs/cmdline-opts/Makefile.inc"},{"name":"docs/cmdline-opts/location-mode.md"},{"name":"docs/options-in-versions"},{"name":"src/tool_cfgable.h"},{"name":"src/tool_getparam.c"},{"name":"src/tool_getparam.h"},{"name":"src/tool_listhelp.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_setopt.h"}],"number":225070,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0bac12bc3acdc2a3a0763709f297226b8a376bbb","revision":"0bac12bc3acdc2a3a0763709f297226b8a376bbb","revlink":"https://github.com/curl/curl/commit/0bac12bc3acdc2a3a0763709f297226b8a376bbb","when":1742072129,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"0bac12bc3acdc2a3a0763709f297226b8a376bbb"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742364420.109548,1742364445.219744],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742364445.23209,1742364445.704604],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742364445.707733,1742364446.133985],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2366/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742364446.136464,1742374105.058284],"urls":{}}],"text":["build","successful"],"times":[1742364419.767217,1742374105.067005]},"2367":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/Runtest/logs/resultlog"]],"number":2367,"properties":[["branch","renovate/debian-bookworm-slim","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2367,"Build"],["codebase","","Build"],["got_revision","043b3c20ca40c86c8b1464cd24376158c86f8f37","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","043b3c20ca40c86c8b1464cd24376158c86f8f37","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/debian-bookworm-slim","changes":[{"at":"Tue 18 Mar 2025 04:14:44","branch":"renovate/debian-bookworm-slim","category":null,"codebase":"","comments":"ci: Update debian:bookworm-slim Docker digest to e9ac68f","files":[{"name":"Dockerfile"}],"number":225275,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"043b3c20ca40c86c8b1464cd24376158c86f8f37","revision":"043b3c20ca40c86c8b1464cd24376158c86f8f37","revlink":"https://github.com/curl/curl/commit/043b3c20ca40c86c8b1464cd24376158c86f8f37","when":1742267684,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"043b3c20ca40c86c8b1464cd24376158c86f8f37"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742374107.542732,1742374123.337882],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742374123.341841,1742374123.519159],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742374123.521697,1742374123.678377],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2367/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742374123.680893,1742383678.604439],"urls":{}}],"text":["build","successful"],"times":[1742374107.444173,1742383678.665045]},"2368":{"blame":["Viktor Szakats <commit@vsz.me>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/Runtest/logs/resultlog"]],"number":2368,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2368,"Build"],["codebase","","Build"],["got_revision","8409cc2b633715b4237121271f92bb67eca36572","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","8409cc2b633715b4237121271f92bb67eca36572","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Wed 19 Mar 2025 18:49:54","branch":"master","category":null,"codebase":"","comments":"runtests: drop logic calling the `handle` tool (Windows)\n\nIn the cases observed throughout the last year, `handle64` run once per\ntest run, but with no action (match or task kill). It did not help with\nflakiness and seems redundant.\n\nruntests launched it (if present) in Cygwin/MSYS jobs too, where it\nprobably shouldn't have, because we have seen no flakiness there. In CI\nthe tool was present and launched in MSYS2 jobs, but not in Cygwin.\n\nAfter this patch the \"clearlocks\" warning remain in the log. They are\nconsistently appearing once in every MSVC CI log, early in the tests:\n```\n  test 3207 SKIPPED: curl lacks OpenSSL support\n[...START-OF-TESTS...]\n  test 0003...[HTTP POST with auth and contents but with content-length set to 0]\n  --pd---e--- OK (3   out of 1596, remaining: 17:50, took 1.423s, duration: 00:02)\n  test 0007...[HTTP with cookie parser and header recording]\n  --pd--oe--- OK (7   out of 1596, remaining: 07:51, took 1.485s, duration: 00:02)\n  test 0006...[HTTP with simple cookie send]\n  --pd---e--- OK (6   out of 1596, remaining: 09:11, took 1.488s, duration: 00:02)\n  test 0005...[HTTP over proxy]\n  --pd---e--- OK (5   out of 1596, remaining: 11:03, took 1.491s, duration: 00:02)\nCUSTOMBUILD : error : 169: cleardir(log/8/lock) failed [D:\\a\\curl\\curl\\bld\\tests\\test-ci.vcxproj]\n  test 0001...[HTTP GET]\n  --pd---e--- OK (1   out of 1596, remaining: 55:34, took 1.466s, duration: 00:02)\n  test 0004...[Replaced internal and added custom HTTP headers]\n```\nRef: https://github.com/curl/curl/actions/runs/13546192228/job/37858323380?pr=16484#step:14:167\n\nRef: e53523fef07894991c69d907a7c7794c7ada4ff4 #14859\nRef: 311c31ec8e721b11ba77adf7a3865cf0cd30aa42 #6179\nFollow-up to 3a8920e5edaead8304a818594f54485a5564f976 #16600\nCloses #16484","files":[{"name":"appveyor.sh"},{"name":"tests/CMakeLists.txt"},{"name":"tests/Makefile.am"},{"name":"tests/runner.pm"},{"name":"tests/runtests.md"},{"name":"tests/runtests.pl"},{"name":"tests/servers.pm"}],"number":225360,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8409cc2b633715b4237121271f92bb67eca36572","revision":"8409cc2b633715b4237121271f92bb67eca36572","revlink":"https://github.com/curl/curl/commit/8409cc2b633715b4237121271f92bb67eca36572","when":1742406594,"who":"Viktor Szakats <commit@vsz.me>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"8409cc2b633715b4237121271f92bb67eca36572"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742406716.893711,1742406800.474539],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742406800.50615,1742406803.056214],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742406803.063026,1742406804.302062],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2368/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742406804.308881,1742415831.335019],"urls":{}}],"text":["build","successful"],"times":[1742406716.813454,1742415831.342754]},"2369":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2369/steps/git/logs/stdio"]],"number":2369,"properties":[["branch","renovate/actions-download-artifact-digest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2369,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","3d6ddb39287dd6a457afc53578ab1ca02d340209","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/actions-download-artifact-digest","changes":[{"at":"Wed 19 Mar 2025 18:51:35","branch":"renovate/actions-download-artifact-digest","category":null,"codebase":"","comments":"ci: Update actions/download-artifact digest to 95815c3","files":[{"name":".github/workflows/distcheck.yml"}],"number":225361,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3d6ddb39287dd6a457afc53578ab1ca02d340209","revision":"3d6ddb39287dd6a457afc53578ab1ca02d340209","revlink":"https://github.com/curl/curl/commit/3d6ddb39287dd6a457afc53578ab1ca02d340209","when":1742406695,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"3d6ddb39287dd6a457afc53578ab1ca02d340209"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2369/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1742443042.462307,1742443059.901357],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1742415833.635351,1742443059.906952]},"2370":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/Runtest/logs/resultlog"]],"number":2370,"properties":[["branch","renovate/actions-cache-digest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2370,"Build"],["codebase","","Build"],["got_revision","1cfbba59975881991aee106c44e6bfdd0f45ee79","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","1cfbba59975881991aee106c44e6bfdd0f45ee79","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/actions-cache-digest","changes":[{"at":"Wed 19 Mar 2025 22:10:13","branch":"renovate/actions-cache-digest","category":null,"codebase":"","comments":"ci: Update actions/cache digest to 5a3ec84","files":[{"name":".github/workflows/http3-linux.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/non-native.yml"},{"name":".github/workflows/windows.yml"}],"number":225402,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1febdcefaed37cf8b1595bfd562fe2411723c632","revision":"1febdcefaed37cf8b1595bfd562fe2411723c632","revlink":"https://github.com/curl/curl/commit/1febdcefaed37cf8b1595bfd562fe2411723c632","when":1742418613,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Wed 19 Mar 2025 23:45:20","branch":"renovate/actions-cache-digest","category":null,"codebase":"","comments":"ci: Update actions/cache digest to 5a3ec84","files":[{"name":".github/workflows/http3-linux.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/non-native.yml"},{"name":".github/workflows/windows.yml"}],"number":225420,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1cfbba59975881991aee106c44e6bfdd0f45ee79","revision":"1cfbba59975881991aee106c44e6bfdd0f45ee79","revlink":"https://github.com/curl/curl/commit/1cfbba59975881991aee106c44e6bfdd0f45ee79","when":1742424320,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"1cfbba59975881991aee106c44e6bfdd0f45ee79"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742474387.480348,1742474403.910126],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742474403.914562,1742474404.126519],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742474404.128793,1742474404.273225],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2370/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742474404.276113,1742483498.117736],"urls":{}}],"text":["build","successful"],"times":[1742443062.354171,1742483498.125235]},"2371":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/Runtest/logs/resultlog"]],"number":2371,"properties":[["branch","renovate/actions-upload-artifact-digest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2371,"Build"],["codebase","","Build"],["got_revision","4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/actions-upload-artifact-digest","changes":[{"at":"Wed 19 Mar 2025 22:10:19","branch":"renovate/actions-upload-artifact-digest","category":null,"codebase":"","comments":"ci: Update actions/upload-artifact digest to ea165f8","files":[{"name":".github/workflows/distcheck.yml"}],"number":225404,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"43b80a522ed990e0dafd1f21605fdcb3ada3204f","revision":"43b80a522ed990e0dafd1f21605fdcb3ada3204f","revlink":"https://github.com/curl/curl/commit/43b80a522ed990e0dafd1f21605fdcb3ada3204f","when":1742418619,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Wed 19 Mar 2025 23:45:30","branch":"renovate/actions-upload-artifact-digest","category":null,"codebase":"","comments":"ci: Update actions/upload-artifact digest to ea165f8","files":[{"name":".github/workflows/distcheck.yml"}],"number":225424,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6","revision":"4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6","revlink":"https://github.com/curl/curl/commit/4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6","when":1742424330,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"4362fe5fafc8b90b49cc6833a75b42b9ce98c3d6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742509684.33415,1742509700.960556],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742509700.964478,1742509701.12573],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742509701.128109,1742509701.277426],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2371/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742509701.279775,1742519071.32862],"urls":{}}],"text":["build","successful"],"times":[1742483501.10573,1742519071.334687]},"2372":{"blame":["Viktor Szakats <commit@vsz.me>","renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/Runtest/logs/resultlog"]],"number":2372,"properties":[["branch","renovate/actions-download-artifact-digest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2372,"Build"],["codebase","","Build"],["got_revision","8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/actions-download-artifact-digest","changes":[{"at":"Wed 19 Mar 2025 22:27:42","branch":"renovate/actions-download-artifact-digest","category":null,"codebase":"","comments":"debug-1","files":[{"name":"tests/runtests.pl"}],"number":225409,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"09a5aef1bd1c5c66045dc50bfeeef7c7ae0c74e9","revision":"09a5aef1bd1c5c66045dc50bfeeef7c7ae0c74e9","revlink":"https://github.com/curl/curl/commit/09a5aef1bd1c5c66045dc50bfeeef7c7ae0c74e9","when":1742419662,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 19 Mar 2025 22:38:51","branch":"renovate/actions-download-artifact-digest","category":null,"codebase":"","comments":"test fix 1","files":[{"name":"tests/runtests.pl"}],"number":225412,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7d46027a493fe7c30dc590fb12c5c7a4794421ec","revision":"7d46027a493fe7c30dc590fb12c5c7a4794421ec","revlink":"https://github.com/curl/curl/commit/7d46027a493fe7c30dc590fb12c5c7a4794421ec","when":1742420331,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 19 Mar 2025 23:45:25","branch":"renovate/actions-download-artifact-digest","category":null,"codebase":"","comments":"ci: Update actions/download-artifact digest to 95815c3","files":[{"name":".github/workflows/distcheck.yml"}],"number":225422,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07","revision":"8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07","revlink":"https://github.com/curl/curl/commit/8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07","when":1742424325,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"8115c62e7d59867ee50b3b3b70a8adb4a1eb0a07"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742539369.386721,1742539372.409501],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742539372.413388,1742539372.60247],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742539372.605029,1742539372.76386],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2372/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742539372.766094,1742548519.384108],"urls":{}}],"text":["build","successful"],"times":[1742519073.722894,1742548519.468942]},"2373":{"blame":["Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/Runtest/logs/resultlog"]],"number":2373,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2373,"Build"],["codebase","","Build"],["got_revision","18b0a584cb0d899d1af0fbe1ccfafac9811ed149","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","18b0a584cb0d899d1af0fbe1ccfafac9811ed149","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Wed 19 Mar 2025 23:25:53","branch":"master","category":null,"codebase":"","comments":"runtests: fix bundle detection by not looking for `units`\n\n`units` may be not be built in certain cases when using autotools.\n\nFixes:\nhttps://app.circleci.com/pipelines/github/curl/curl/12669/workflows/8516da2b-b351-40b2-bf13-7c4ab4bcdd55/jobs/127197\n\nBug: https://github.com/curl/curl/pull/16750#issuecomment-2738041943\nFollow-up to a9b7cbf34f8db80e8c05ee3680cafdce67ca9430 #16750\n\nCloses #16770","files":[{"name":"tests/runtests.pl"}],"number":225419,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"99f78cbf6ed376391f519de18d289a6924228591","revision":"99f78cbf6ed376391f519de18d289a6924228591","revlink":"https://github.com/curl/curl/commit/99f78cbf6ed376391f519de18d289a6924228591","when":1742423153,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 20 Mar 2025 01:57:44","branch":"master","category":null,"codebase":"","comments":"GHA/linux: enable ECH in wolfssl-opensslextra\n\nTo have it in the coexist-capable wolfSSL local build. This allows\nto test ECH combinations in MultiSSL builds with OpenSSL.\n\nAlso enable ECH in the wolfssl-opensslextra consumer job.\n\nCloses #16773","files":[{"name":".github/workflows/linux.yml"}],"number":225431,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7d420a1632b9da1f0688519219d66066bb452008","revision":"7d420a1632b9da1f0688519219d66066bb452008","revlink":"https://github.com/curl/curl/commit/7d420a1632b9da1f0688519219d66066bb452008","when":1742432264,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 20 Mar 2025 02:00:34","branch":"master","category":null,"codebase":"","comments":"GHA/linux: fix filter expressions for skipall/skiprun\n\nFor cases when `install_steps` contains extra components.\n\nAfter this patch, msh3 and rustls CM jobs skip building and running\ntests, saving 2 minutes CI time, as originally intended.\n\nCloses #16772","files":[{"name":".github/workflows/linux.yml"}],"number":225432,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7d313e603b42c7640a4dea8327cd69289c3c6eac","revision":"7d313e603b42c7640a4dea8327cd69289c3c6eac","revlink":"https://github.com/curl/curl/commit/7d313e603b42c7640a4dea8327cd69289c3c6eac","when":1742432434,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 20 Mar 2025 03:31:24","branch":"master","category":null,"codebase":"","comments":"configure: fix ECH detection with MultiSSL\n\nDetect OpenSSL and wolfSSL support independently. Pass detection if\neither of them has support. Before this patch wolfSSL results overwrote\nOpenSSL detection results when both backends were enabled.\n\nAlso fix output message when both of them support ECH.\n\nCloses #16774","files":[{"name":"configure.ac"}],"number":225438,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"08553aba97d655cf4098c2ced77564f2ba5908ca","revision":"08553aba97d655cf4098c2ced77564f2ba5908ca","revlink":"https://github.com/curl/curl/commit/08553aba97d655cf4098c2ced77564f2ba5908ca","when":1742437884,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 20 Mar 2025 11:28:56","branch":"master","category":null,"codebase":"","comments":"autotools: add dependency of libtest and unit bundles to Makefile.inc\n\nSo that changes in libtests and unit tests are picked up.\n\nCloses #16763","files":[{"name":"tests/libtest/Makefile.am"},{"name":"tests/unit/Makefile.am"}],"number":225463,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"18b0a584cb0d899d1af0fbe1ccfafac9811ed149","revision":"18b0a584cb0d899d1af0fbe1ccfafac9811ed149","revlink":"https://github.com/curl/curl/commit/18b0a584cb0d899d1af0fbe1ccfafac9811ed149","when":1742466536,"who":"Stefan Eissing <stefan@eissing.org>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"18b0a584cb0d899d1af0fbe1ccfafac9811ed149"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742548532.838313,1742548575.437193],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742548575.458275,1742548576.496236],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742548576.502082,1742548577.428234],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2373/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742548577.433002,1742559021.805671],"urls":{}}],"text":["build","successful"],"times":[1742548532.534918,1742559021.821751]},"2374":{"blame":["Daniel McCarney <daniel@binaryparadox.net>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/Runtest/logs/resultlog"]],"number":2374,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2374,"Build"],["codebase","","Build"],["got_revision","58881058ad4ea74ecd6e5beb16310fd4d20ed755","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","58881058ad4ea74ecd6e5beb16310fd4d20ed755","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Fri 21 Mar 2025 15:55:23","branch":"master","category":null,"codebase":"","comments":"cmake: fix typo in ECH config error msg\n\nJust a small typo I noticed while working on wiring up rustls-ffi vTLS\nECH support.\n\nCloses #16786","files":[{"name":"CMakeLists.txt"}],"number":225521,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"58881058ad4ea74ecd6e5beb16310fd4d20ed755","revision":"58881058ad4ea74ecd6e5beb16310fd4d20ed755","revlink":"https://github.com/curl/curl/commit/58881058ad4ea74ecd6e5beb16310fd4d20ed755","when":1742568923,"who":"Daniel McCarney <daniel@binaryparadox.net>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"58881058ad4ea74ecd6e5beb16310fd4d20ed755"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1742569016.143513,1742569030.705952],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1742569030.709837,1742569030.866272],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1742569030.868434,1742569031.008455],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2374/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1742569031.010965,1742577686.989189],"urls":{}}],"text":["build","successful"],"times":[1742569016.068027,1742577686.994831]},"2375":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/Runtest/logs/resultlog"]],"number":2375,"properties":[["branch","bagder/porting","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2375,"Build"],["codebase","","Build"],["got_revision","ca3d47bef24ea5fb54a53e2bf74bbf1d69413078","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","ca3d47bef24ea5fb54a53e2bf74bbf1d69413078","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/porting","changes":[{"at":"Fri 28 Mar 2025 15:38:05","branch":"bagder/porting","category":null,"codebase":"","comments":"docs/internals/PORTING.md: new document\n\nThe basic approach I use when porting libcurl to another OS when the\nexisting configure or cmake build setups are not suitable.","files":[{"name":"docs/Makefile.am"},{"name":"docs/internals/PORTING.md"}],"number":225878,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ca3d47bef24ea5fb54a53e2bf74bbf1d69413078","revision":"ca3d47bef24ea5fb54a53e2bf74bbf1d69413078","revlink":"https://github.com/curl/curl/commit/ca3d47bef24ea5fb54a53e2bf74bbf1d69413078","when":1743172685,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"ca3d47bef24ea5fb54a53e2bf74bbf1d69413078"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743188031.570929,1743188056.857757],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743188056.861408,1743188057.013235],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743188057.015448,1743188057.147457],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2375/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743188057.149593,1743194661.615638],"urls":{}}],"text":["build","successful"],"times":[1743172765.710346,1743194661.621159]},"2376":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/Runtest/logs/resultlog"]],"number":2376,"properties":[["branch","bagder/porting","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2376,"Build"],["codebase","","Build"],["got_revision","52014414e04ccea4a1662e7454c8eb42f004c8ee","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","52014414e04ccea4a1662e7454c8eb42f004c8ee","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/porting","changes":[{"at":"Fri 28 Mar 2025 15:42:08","branch":"bagder/porting","category":null,"codebase":"","comments":"fixups","files":[{"name":"docs/internals/PORTING.md"}],"number":225880,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"52014414e04ccea4a1662e7454c8eb42f004c8ee","revision":"52014414e04ccea4a1662e7454c8eb42f004c8ee","revlink":"https://github.com/curl/curl/commit/52014414e04ccea4a1662e7454c8eb42f004c8ee","when":1743172928,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"52014414e04ccea4a1662e7454c8eb42f004c8ee"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743194663.475408,1743194668.125065],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743194668.128713,1743194668.286138],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743194668.288391,1743194668.435693],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2376/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743194668.438292,1743201247.707387],"urls":{}}],"text":["build","successful"],"times":[1743194663.389766,1743201247.713352]},"2377":{"blame":["Stefan Eissing <stefan@eissing.org>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/Runtest/logs/resultlog"]],"number":2377,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2377,"Build"],["codebase","","Build"],["got_revision","7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Fri 28 Mar 2025 23:44:48","branch":"master","category":null,"codebase":"","comments":"c-ares httpsrr: fix ifdef\n\nFix the ifdef const when enabling HTTPSRR with c-ares.\n\nReported-by: Pavel Kropachev\nRef: #16855\nCloses #16861","files":[{"name":"lib/asyn-ares.c"}],"number":225938,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9","revision":"7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9","revlink":"https://github.com/curl/curl/commit/7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9","when":1743201888,"who":"Stefan Eissing <stefan@eissing.org>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"7cb079ad1bcb90b8f6c8f3735a2694d21af08ab9"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743201988.713772,1743202008.563938],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743202008.567616,1743202008.735232],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743202008.737509,1743202008.876655],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2377/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743202008.878918,1743208809.075049],"urls":{}}],"text":["build","successful"],"times":[1743201988.635007,1743208809.091192]},"2378":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/Runtest/logs/resultlog"]],"number":2378,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2378,"Build"],["codebase","","Build"],["got_revision","ad99067d9295346be7b41215eccaf3839db0c60c","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","ad99067d9295346be7b41215eccaf3839db0c60c","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Sat 29 Mar 2025 11:27:44","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":225959,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ad99067d9295346be7b41215eccaf3839db0c60c","revision":"ad99067d9295346be7b41215eccaf3839db0c60c","revlink":"https://github.com/curl/curl/commit/ad99067d9295346be7b41215eccaf3839db0c60c","when":1743244064,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"ad99067d9295346be7b41215eccaf3839db0c60c"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743244182.354753,1743244211.336621],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743244211.341381,1743244211.568108],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743244211.571167,1743244211.766006],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2378/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743244211.769105,1743252982.728774],"urls":{}}],"text":["build","successful"],"times":[1743244182.259479,1743252982.737227]},"2379":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2379/steps/git/logs/stdio"]],"number":2379,"properties":[["branch","bagder/porting","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2379,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","dc6c152306ac9aab1fdd5d36e68cf01acf207fe6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/porting","changes":[{"at":"Sat 29 Mar 2025 12:09:46","branch":"bagder/porting","category":null,"codebase":"","comments":"fix the markdown link","files":[{"name":"docs/internals/PORTING.md"}],"number":225969,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dc6c152306ac9aab1fdd5d36e68cf01acf207fe6","revision":"dc6c152306ac9aab1fdd5d36e68cf01acf207fe6","revlink":"https://github.com/curl/curl/commit/dc6c152306ac9aab1fdd5d36e68cf01acf207fe6","when":1743246586,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"dc6c152306ac9aab1fdd5d36e68cf01acf207fe6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2379/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743274089.325731,1743274094.226361],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743252984.775964,1743274094.230636]},"2380":{"blame":["Daniel Stenberg <daniel@haxx.se>","Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>","renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/Runtest/logs/resultlog"]],"number":2380,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2380,"Build"],["codebase","","Build"],["got_revision","33ad7aabb5acf34add4f35b916a7195c61705ff2","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","33ad7aabb5acf34add4f35b916a7195c61705ff2","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Sat 29 Mar 2025 12:35:33","branch":"master","category":null,"codebase":"","comments":"runtests: rewrite `genserv.sh` in Perl\n\nTo remove POSIX shell as an extra dependency for runtests.\n\nAlso fix to `chmod 0600` the `.pem` file (was: `.prm`), and apply it\n_before_ writing the keys.\n\nFollow-up to 44341e736a3e2f7a2b25a774be3a9796e81abab9 #16824\nCloses #16858","files":[{"name":"RELEASE-NOTES"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"tests/certs/CMakeLists.txt"},{"name":"tests/certs/Makefile.am"},{"name":"tests/certs/genserv.pl"},{"name":"tests/certs/genserv.sh"}],"number":225972,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7be2c421bf2e9f71d2883e30cb98bae6a3b5e97d","revision":"7be2c421bf2e9f71d2883e30cb98bae6a3b5e97d","revlink":"https://github.com/curl/curl/commit/7be2c421bf2e9f71d2883e30cb98bae6a3b5e97d","when":1743248133,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 29 Mar 2025 12:35:34","branch":"master","category":null,"codebase":"","comments":"sshserver.pl: use Perl `chmod`\n\nInstead of relying on the external/shell command. For portability.\n\nFollow-up to 213c5aca7bfc74a6ae02b065c5f38a1e9ff54d62 #3899\nCloses #16859","files":[{"name":"tests/sshserver.pl"}],"number":225973,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"25eb2dbfbf945c763dbb000efee829dc9e5e2866","revision":"25eb2dbfbf945c763dbb000efee829dc9e5e2866","revlink":"https://github.com/curl/curl/commit/25eb2dbfbf945c763dbb000efee829dc9e5e2866","when":1743248134,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 29 Mar 2025 12:35:34","branch":"master","category":null,"codebase":"","comments":"test313: disable CRL test for Schannel due to lack of support and flakiness\n\nThe source code and documentation says that CRL is not supported by\ncurl's Schannel TLS backend.\n\nIt's also frequently flaky in CI with both MinGW and MSVC jobs, e.g.:\nhttps://github.com/curl/curl/actions/runs/14134841988/job/39603994164 (Schannel)\nhttps://github.com/curl/curl/actions/runs/14134841988/job/39606336445 (Schannel)\nhttps://github.com/curl/curl/actions/runs/13981383629/job/39147183706 (LibreSSL)\n\n```\ncurl returned 35, when expecting 60\n```\n\nThis test was passing with Schannel because it misses the `--insecure`\noption and thus always returns 60, regardless of passing `--crlfile` or\nnot:\n```\ncurl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN\nMore details here: https://curl.se/docs/sslcerts.html\n\ncurl failed to verify the legitimacy of the server and therefore could not\nestablish a secure connection to it. To learn more about this situation and\nhow to fix it, please visit the webpage mentioned above.\n```\n\nCloses #16862","files":[{"name":"tests/data/DISABLED"}],"number":225974,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8adee8824cba23b7f3738b551a84101009f8a8d1","revision":"8adee8824cba23b7f3738b551a84101009f8a8d1","revlink":"https://github.com/curl/curl/commit/8adee8824cba23b7f3738b551a84101009f8a8d1","when":1743248134,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 29 Mar 2025 12:35:34","branch":"master","category":null,"codebase":"","comments":"runtests: support running tests under wine or qemu (cont.)\n\nRespect `CURL_TEST_EXE_RUNNER` env in server verifications using\nthe in-tree curl, in `tests/servers.pm`.\n\nFollow-up to 72b163c30141b3a9afe23cceb1e2a0b2e817de8b #16785\nCloses #16863","files":[{"name":"tests/servers.pm"}],"number":225975,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"edd6e54e5f15ab05b39075c2b14435970c6b1f0f","revision":"edd6e54e5f15ab05b39075c2b14435970c6b1f0f","revlink":"https://github.com/curl/curl/commit/edd6e54e5f15ab05b39075c2b14435970c6b1f0f","when":1743248134,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 29 Mar 2025 14:04:34","branch":"master","category":null,"codebase":"","comments":"GHA: update awslabs/aws-lc to v1.49.0\n\nCloses #16864","files":[{"name":".github/workflows/linux.yml"}],"number":225988,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"23dfb47595451615e946cf63826e9413d28ac44f","revision":"23dfb47595451615e946cf63826e9413d28ac44f","revlink":"https://github.com/curl/curl/commit/23dfb47595451615e946cf63826e9413d28ac44f","when":1743253474,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Sat 29 Mar 2025 14:06:03","branch":"master","category":null,"codebase":"","comments":"async-threaded resolver: use ref counter\n\nAllocate the data shared between a transfer and an aync resolver\nthread separately and use a reference counter to determine its\nrelease.\n\nCloses #16847","files":[{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/asyn.h"},{"name":"lib/multi.c"},{"name":"lib/socks.c"}],"number":225989,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"19226f9bb106347e21d1dd113f2e2aeff53ca925","revision":"19226f9bb106347e21d1dd113f2e2aeff53ca925","revlink":"https://github.com/curl/curl/commit/19226f9bb106347e21d1dd113f2e2aeff53ca925","when":1743253563,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Sat 29 Mar 2025 14:10:10","branch":"master","category":null,"codebase":"","comments":"docs/internals/PORTING.md: new document\n\nThe basic approach I use when porting libcurl to another OS when the\nexisting configure or cmake build setups are not suitable.\n\nCloses #16860","files":[{"name":"docs/Makefile.am"},{"name":"docs/internals/PORTING.md"}],"number":225990,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c4863e9d3b0e7cb72751e573fac9fc4a5d31a061","revision":"c4863e9d3b0e7cb72751e573fac9fc4a5d31a061","revlink":"https://github.com/curl/curl/commit/c4863e9d3b0e7cb72751e573fac9fc4a5d31a061","when":1743253810,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 15:54:00","branch":"master","category":null,"codebase":"","comments":"curl/system.h: drop leftover comment about 32 bit curl_off_t\n\ncurl MUST have a 64 bit curl_off_t these days\n\nCloses #16867","files":[{"name":"include/curl/system.h"}],"number":225997,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"33ad7aabb5acf34add4f35b916a7195c61705ff2","revision":"33ad7aabb5acf34add4f35b916a7195c61705ff2","revlink":"https://github.com/curl/curl/commit/33ad7aabb5acf34add4f35b916a7195c61705ff2","when":1743260040,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"33ad7aabb5acf34add4f35b916a7195c61705ff2"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743301858.725773,1743301883.124035],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743301883.128678,1743301883.287809],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743301883.290202,1743301883.442076],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2380/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743301883.444582,1743313168.07471],"urls":{}}],"text":["build","successful"],"times":[1743274096.054892,1743313168.084429]},"2381":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2381/steps/git/logs/stdio"]],"number":2381,"properties":[["branch","renovate/awslabs-aws-lc-1.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2381,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","91e8825013a34cb58253b3b3a0049a8db06a7d86","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/awslabs-aws-lc-1.x","changes":[{"at":"Sat 29 Mar 2025 12:37:28","branch":"renovate/awslabs-aws-lc-1.x","category":null,"codebase":"","comments":"ci: Update dependency awslabs/aws-lc to v1.49.0","files":[{"name":".github/workflows/linux.yml"}],"number":225976,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"91e8825013a34cb58253b3b3a0049a8db06a7d86","revision":"91e8825013a34cb58253b3b3a0049a8db06a7d86","revlink":"https://github.com/curl/curl/commit/91e8825013a34cb58253b3b3a0049a8db06a7d86","when":1743248248,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"91e8825013a34cb58253b3b3a0049a8db06a7d86"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2381/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743343102.760352,1743343107.226332],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743313170.878555,1743343107.230607]},"2382":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2382/steps/git/logs/stdio"]],"number":2382,"properties":[["branch","bagder/system_h-comment","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2382,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","2b3edfb0bea40f2f292d05fc53e209f9d731fd22","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/system_h-comment","changes":[{"at":"Sat 29 Mar 2025 14:13:29","branch":"bagder/system_h-comment","category":null,"codebase":"","comments":"curl/system.h: drop leftover comment about 32 bit curl_off_t\n\ncurl MUST have a 64 bit curl_off_t these days","files":[{"name":"include/curl/system.h"}],"number":225994,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2b3edfb0bea40f2f292d05fc53e209f9d731fd22","revision":"2b3edfb0bea40f2f292d05fc53e209f9d731fd22","revlink":"https://github.com/curl/curl/commit/2b3edfb0bea40f2f292d05fc53e209f9d731fd22","when":1743254009,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"2b3edfb0bea40f2f292d05fc53e209f9d731fd22"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2382/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743370325.778565,1743370350.767924],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743343109.49567,1743370350.771599]},"2383":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2383/steps/git/logs/stdio"]],"number":2383,"properties":[["branch","bagder/normalize-urls","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2383,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/normalize-urls","changes":[{"at":"Sat 29 Mar 2025 16:05:59","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"urlapi: normalize retrieved URLs\n\nThe API documentation for curl_url_get() mentions normalizing when\nextracting a URL (only), so this code does not affect retrieving the\nindividual components.\n\nNormalizes: user, password, options, (lowercase) hostnames, path, query\nand fragment\n\nAdded CURLU_NO_NORMALIZE flag for retrieving the URL without\nnormalization.\n\nTODO:\n\n- use this option internally for redirect handling\n\nExtend test 1560 to verify\n\nFixes #16829\nReported-by: Alberto Leiva Popper","files":[{"name":"docs/libcurl/symbols-in-versions"},{"name":"include/curl/urlapi.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/test1560"},{"name":"tests/libtest/lib1560.c"}],"number":226002,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"07cca1945873d1d5b41d297d5807942db02f1b4f","revision":"07cca1945873d1d5b41d297d5807942db02f1b4f","revlink":"https://github.com/curl/curl/commit/07cca1945873d1d5b41d297d5807942db02f1b4f","when":1743260759,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 17:36:41","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"make %2f in paths remain encoded","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"}],"number":226003,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7323ebe943aa22ab9a7dd9308d7eea521779d2a3","revision":"7323ebe943aa22ab9a7dd9308d7eea521779d2a3","revlink":"https://github.com/curl/curl/commit/7323ebe943aa22ab9a7dd9308d7eea521779d2a3","when":1743266201,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 23:54:17","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"fixup use CURLU_NO_NORMALIZE internally","files":[{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"}],"number":226023,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"57099c73acdc1c1aeb287e0de8f73feb2683d0aa","revision":"57099c73acdc1c1aeb287e0de8f73feb2683d0aa","revlink":"https://github.com/curl/curl/commit/57099c73acdc1c1aeb287e0de8f73feb2683d0aa","when":1743288857,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 00:00:43","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"fixup be fine with silly long host names","files":[{"name":"lib/urlapi.c"}],"number":226025,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1c12f4c6579197301e54d710acd59a1201c50b3a","revision":"1c12f4c6579197301e54d710acd59a1201c50b3a","revlink":"https://github.com/curl/curl/commit/1c12f4c6579197301e54d710acd59a1201c50b3a","when":1743289243,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 00:00:52","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"test58: assume uppercase hex","files":[{"name":"tests/data/test58"}],"number":226026,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d58c4b07ce596dfc9f2cca3aeb680e60926db084","revision":"d58c4b07ce596dfc9f2cca3aeb680e60926db084","revlink":"https://github.com/curl/curl/commit/d58c4b07ce596dfc9f2cca3aeb680e60926db084","when":1743289252,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 00:02:16","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"test1221: uppercase hex","files":[{"name":"tests/data/test1221"}],"number":226027,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fe8866f96ca3f949fc9d416fbc11523a005d71ae","revision":"fe8866f96ca3f949fc9d416fbc11523a005d71ae","revlink":"https://github.com/curl/curl/commit/fe8866f96ca3f949fc9d416fbc11523a005d71ae","when":1743289336,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 12:42:35","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"libtest/first.c: remove the Test: stderr output for unity builds\n\nThat makes the output differ between builds which breaks tests doing\ncomparisons","files":[{"name":"tests/libtest/first.c"}],"number":226038,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"beb5a157301c5af68baa42033171cfeef6734db2","revision":"beb5a157301c5af68baa42033171cfeef6734db2","revlink":"https://github.com/curl/curl/commit/beb5a157301c5af68baa42033171cfeef6734db2","when":1743331355,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 14:33:43","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"urlapi: normalize retrieved URLs\n\nThe API documentation for curl_url_get() mentions normalizing when\nextracting a URL (only), so this code does not affect retrieving the\nindividual components.\n\nNormalizes: user, password, options, (lowercase) hostnames, path, query\nand fragment\n\nAdded CURLU_NO_NORMALIZE flag for retrieving the URL without\nnormalization.\n\nUses this option internally for redirect handling.\n\nExtend test 1560 to verify\n\nFixes #16829\nReported-by: Alberto Leiva Popper\nCloses #16841","files":[{"name":"docs/libcurl/symbols-in-versions"},{"name":"include/curl/urlapi.h"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"tests/data/test1221"},{"name":"tests/data/test1560"},{"name":"tests/data/test58"},{"name":"tests/libtest/lib1560.c"}],"number":226065,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c","revision":"617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c","revlink":"https://github.com/curl/curl/commit/617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c","when":1743338023,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"617accfabb6c9c6f5e289f43a9fcaea6f4e9dc5c"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2383/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743398912.60536,1743398934.831266],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743370353.530068,1743398934.836117]},"2384":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2384/steps/git/logs/stdio"]],"number":2384,"properties":[["branch","bagder/2e-dotdot","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2384,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","37338bc3b4e6258015c92ab88c240d6b96878a58","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/2e-dotdot","changes":[{"at":"Sat 29 Mar 2025 20:34:46","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"urlapi: remove percent encoded dot sequences from the URL path\n\nTreat %2e and %2E to be \"dot equivalents\" in the function and remove\nsuch sequences as well, according to RFC 3986 section 5.2.4. That is\nalso what the browsers do.\n\nThis DOES NOT consider %2f sequences in the path to be actual slashes,\nso there is not removal of dots for those.\n\nThis function does not decode nor encode any percent sequences.\n\nExtends test 1395 and 1560 to verify.\n\nFixes #16869","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"},{"name":"tests/unit/unit1395.c"}],"number":226007,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ce3b60d6c3eea63f6004cb0c33045b2da98c8407","revision":"ce3b60d6c3eea63f6004cb0c33045b2da98c8407","revlink":"https://github.com/curl/curl/commit/ce3b60d6c3eea63f6004cb0c33045b2da98c8407","when":1743276886,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 22:33:56","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup simplify","files":[{"name":"lib/urlapi.c"}],"number":226013,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8dce313b8382419b22e8cab98b26cdb4b8e544f0","revision":"8dce313b8382419b22e8cab98b26cdb4b8e544f0","revlink":"https://github.com/curl/curl/commit/8dce313b8382419b22e8cab98b26cdb4b8e544f0","when":1743284036,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 22:36:28","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"urlapi: remove percent encoded dot sequences from the URL path\n\nTreat %2e and %2E to be \"dot equivalents\" in the function and remove\nsuch sequences as well, according to RFC 3986 section 5.2.4. That is\nalso what the browsers do.\n\nThis DOES NOT consider %2f sequences in the path to be actual slashes,\nso there is not removal of dots for those.\n\nThis function does not decode nor encode any percent sequences.\n\nExtends test 1395 and 1560 to verify.\n\nFixes #16869","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"},{"name":"tests/unit/unit1395.c"}],"number":226016,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"38d0a1fb3bd2d29261b326e1a50881970f417de7","revision":"38d0a1fb3bd2d29261b326e1a50881970f417de7","revlink":"https://github.com/curl/curl/commit/38d0a1fb3bd2d29261b326e1a50881970f417de7","when":1743284188,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 22:36:28","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup simplify","files":[{"name":"lib/urlapi.c"}],"number":226017,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dcf8cd88f9112268ed4b37d72623a54d2e01e6b3","revision":"dcf8cd88f9112268ed4b37d72623a54d2e01e6b3","revlink":"https://github.com/curl/curl/commit/dcf8cd88f9112268ed4b37d72623a54d2e01e6b3","when":1743284188,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 29 Mar 2025 23:44:42","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"urlapi: remove percent encoded dot sequences from the URL path\n\nTreat %2e and %2E to be \"dot equivalents\" in the function and remove\nsuch sequences as well, according to RFC 3986 section 5.2.4. That is\nalso what the browsers do.\n\nThis DOES NOT consider %2f sequences in the path to be actual slashes,\nso there is not removal of dots for those.\n\nThis function does not decode nor encode any percent sequences.\n\nExtends test 1395 and 1560 to verify.\n\nFixes #16869\nCloses #16870","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"},{"name":"tests/unit/unit1395.c"}],"number":226021,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1fc7680055372c490662884231c2a60cbe0835c8","revision":"1fc7680055372c490662884231c2a60cbe0835c8","revlink":"https://github.com/curl/curl/commit/1fc7680055372c490662884231c2a60cbe0835c8","when":1743288282,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 12:34:08","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup do the single before-loop check before the loop, not in it\n\nAssisted-by:  Demi Marie Obenour","files":[{"name":"lib/urlapi.c"},{"name":"tests/unit/unit1395.c"}],"number":226035,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0a0808e2777def3f26a6d487106a0fbabfc124e3","revision":"0a0808e2777def3f26a6d487106a0fbabfc124e3","revlink":"https://github.com/curl/curl/commit/0a0808e2777def3f26a6d487106a0fbabfc124e3","when":1743330848,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 12:35:34","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup minor tweak to match the E case insensitive faster","files":[{"name":"lib/urlapi.c"}],"number":226036,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"704db3af666bed95f8b4a0ba671a618a0595782d","revision":"704db3af666bed95f8b4a0ba671a618a0595782d","revlink":"https://github.com/curl/curl/commit/704db3af666bed95f8b4a0ba671a618a0595782d","when":1743330934,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:08:46","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup drop the special ?-handling\n\nIt is not needed anymore, this only runs on a path. All bytes are equal.","files":[{"name":"lib/urlapi.c"},{"name":"tests/unit/unit1395.c"}],"number":226042,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"545fc365855b58c5ed4bcebdedd4d0064591b443","revision":"545fc365855b58c5ed4bcebdedd4d0064591b443","revlink":"https://github.com/curl/curl/commit/545fc365855b58c5ed4bcebdedd4d0064591b443","when":1743332926,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:13:42","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"remove ISEND()","files":[{"name":"lib/urlapi.c"}],"number":226043,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b690475a8332b5f72982d358f3e83cbd6355c377","revision":"b690475a8332b5f72982d358f3e83cbd6355c377","revlink":"https://github.com/curl/curl/commit/b690475a8332b5f72982d358f3e83cbd6355c377","when":1743333222,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:17:43","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup more tests","files":[{"name":"tests/unit/unit1395.c"}],"number":226044,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ae43c88f863d5a15c812ac321c312217b8f1ea2c","revision":"ae43c88f863d5a15c812ac321c312217b8f1ea2c","revlink":"https://github.com/curl/curl/commit/ae43c88f863d5a15c812ac321c312217b8f1ea2c","when":1743333463,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:19:41","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup clen use in loop","files":[{"name":"lib/urlapi.c"}],"number":226045,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c9b267f269765a135b810cfed9dac56f5b0e794a","revision":"c9b267f269765a135b810cfed9dac56f5b0e794a","revlink":"https://github.com/curl/curl/commit/c9b267f269765a135b810cfed9dac56f5b0e794a","when":1743333581,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:21:16","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup remove endp","files":[{"name":"lib/urlapi.c"}],"number":226047,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b5fc9b070316b6068e7a86f47a4a2577e8cde563","revision":"b5fc9b070316b6068e7a86f47a4a2577e8cde563","revlink":"https://github.com/curl/curl/commit/b5fc9b070316b6068e7a86f47a4a2577e8cde563","when":1743333676,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:23:32","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"make it a while loop","files":[{"name":"lib/urlapi.c"}],"number":226048,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"398df4bb93081a1508e4b9aa2c24572e54530bcc","revision":"398df4bb93081a1508e4b9aa2c24572e54530bcc","revlink":"https://github.com/curl/curl/commit/398df4bb93081a1508e4b9aa2c24572e54530bcc","when":1743333812,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:24:46","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup remove extra loop","files":[{"name":"lib/urlapi.c"}],"number":226049,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b419f940a4c53d2935af9ec689488584dfc59863","revision":"b419f940a4c53d2935af9ec689488584dfc59863","revlink":"https://github.com/curl/curl/commit/b419f940a4c53d2935af9ec689488584dfc59863","when":1743333886,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:29:28","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup simplify the beginning","files":[{"name":"lib/urlapi.c"}],"number":226051,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e583f20301a6237bfaf03c0106f0247ae37d43dd","revision":"e583f20301a6237bfaf03c0106f0247ae37d43dd","revlink":"https://github.com/curl/curl/commit/e583f20301a6237bfaf03c0106f0247ae37d43dd","when":1743334168,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 14:25:09","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup use dynbuf instead of malloc + direct manipulation","files":[{"name":"lib/urlapi.c"}],"number":226062,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4e83216916a0ec81fbd40caf92f5ce648488a5c3","revision":"4e83216916a0ec81fbd40caf92f5ce648488a5c3","revlink":"https://github.com/curl/curl/commit/4e83216916a0ec81fbd40caf92f5ce648488a5c3","when":1743337509,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 23:13:02","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"fixup add more tests","files":[{"name":"tests/unit/unit1395.c"}],"number":226096,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cb6f1c6cf2f1971e34b9b698a3c352c88cde4a11","revision":"cb6f1c6cf2f1971e34b9b698a3c352c88cde4a11","revlink":"https://github.com/curl/curl/commit/cb6f1c6cf2f1971e34b9b698a3c352c88cde4a11","when":1743369182,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 23:33:50","branch":"bagder/2e-dotdot","category":null,"codebase":"","comments":"urlapi: remove percent encoded dot sequences from the URL path\n\nTreat %2e and %2E to be \"dot equivalents\" in the function and remove\nsuch sequences as well, according to RFC 3986 section 5.2.4. That is\nalso what the browsers do.\n\nThis DOES NOT consider %2f sequences in the path to be actual slashes,\nso there is not removal of dots for those.\n\nThis function does not decode nor encode any percent sequences.\n\nAlso switched the code to use dynbuf.\n\nExtends test 1395 and 1560 to verify.\n\nFixes #16869\nCloses #16870","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"},{"name":"tests/unit/unit1395.c"}],"number":226102,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"37338bc3b4e6258015c92ab88c240d6b96878a58","revision":"37338bc3b4e6258015c92ab88c240d6b96878a58","revlink":"https://github.com/curl/curl/commit/37338bc3b4e6258015c92ab88c240d6b96878a58","when":1743370430,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"37338bc3b4e6258015c92ab88c240d6b96878a58"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2384/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743427658.7078,1743427662.292063],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743398937.769888,1743427662.295334]},"2385":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2385/steps/git/logs/stdio"]],"number":2385,"properties":[["branch","bagder/trc-without-verbose","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2385,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a31d0b9fd1399bcf3cca3c44860398165308fcd2","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/trc-without-verbose","changes":[{"at":"Sat 29 Mar 2025 20:46:11","branch":"bagder/trc-without-verbose","category":null,"codebase":"","comments":"curl_trc: provide Curl_trc_dns dummy\n\nFollow-up to 19226f9bb106347e21d1dd\n\nFor building without verbose output.","files":[{"name":"lib/curl_trc.c"}],"number":226009,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a31d0b9fd1399bcf3cca3c44860398165308fcd2","revision":"a31d0b9fd1399bcf3cca3c44860398165308fcd2","revlink":"https://github.com/curl/curl/commit/a31d0b9fd1399bcf3cca3c44860398165308fcd2","when":1743277571,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a31d0b9fd1399bcf3cca3c44860398165308fcd2"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2385/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743454000.432309,1743454005.723501],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743427665.066983,1743454005.726729]},"2386":{"blame":["Austin Moore <austincodes@fastmail.com>","Daniel Stenberg <daniel@haxx.se>","Viktor Szakats <commit@vsz.me>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/Runtest/logs/resultlog"]],"number":2386,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2386,"Build"],["codebase","","Build"],["got_revision","b4dc529fc43bf3b2a21e54f10c5db46b8120df0d","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b4dc529fc43bf3b2a21e54f10c5db46b8120df0d","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Sat 29 Mar 2025 22:34:26","branch":"master","category":null,"codebase":"","comments":"curl_trc: provide Curl_trc_dns dummy\n\nFollow-up to 19226f9bb106347e21d1dd\n\nFor building without verbose output.\n\nCloses #16871","files":[{"name":"lib/curl_trc.c"}],"number":226015,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5c131c6c46818d2577f2d5eb542133d51e937490","revision":"5c131c6c46818d2577f2d5eb542133d51e937490","revlink":"https://github.com/curl/curl/commit/5c131c6c46818d2577f2d5eb542133d51e937490","when":1743284066,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 13:35:09","branch":"master","category":null,"codebase":"","comments":"test313: disable via `<features>` for backends without CRL support\n\nInstead of via `tests/data/DISABLED` file.\n\nThey are all missing CRL feature support, as opposed to being broken.\n\nFollow-up to 8adee8824cba23b7f3738b551a84101009f8a8d1 #16862\nFollow-up to 8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e #16660\n\nCloses #16865","files":[{"name":"tests/data/DISABLED"},{"name":"tests/data/test313"}],"number":226053,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f07d57b95528a31e85799c04250f0b1a69fa4496","revision":"f07d57b95528a31e85799c04250f0b1a69fa4496","revlink":"https://github.com/curl/curl/commit/f07d57b95528a31e85799c04250f0b1a69fa4496","when":1743334509,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 30 Mar 2025 13:35:09","branch":"master","category":null,"codebase":"","comments":"cmake: also build certs when building test executables\n\nTo support running tests directly via `runtests.pl` after building\nthe test targets. Also to sync with the same update for autotools.\n\nFollow-up to 0c1ad21f978c8f5acf3d0c1708d83a93635d9df3 #16845\nCloses #16866","files":[{"name":"tests/certs/CMakeLists.txt"}],"number":226054,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"68609f0e334359875a2f62735377174ab6b873dd","revision":"68609f0e334359875a2f62735377174ab6b873dd","revlink":"https://github.com/curl/curl/commit/68609f0e334359875a2f62735377174ab6b873dd","when":1743334509,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 30 Mar 2025 14:32:33","branch":"master","category":null,"codebase":"","comments":"libtest/first.c: remove the Test: stderr output for unity builds\n\nThat makes the output differ between builds which breaks libtests doing\nstderr comparisons\n\nCloses #16872","files":[{"name":"tests/libtest/first.c"}],"number":226064,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bc26289d37d86596733d8226d8cb309ec6cb386b","revision":"bc26289d37d86596733d8226d8cb309ec6cb386b","revlink":"https://github.com/curl/curl/commit/bc26289d37d86596733d8226d8cb309ec6cb386b","when":1743337953,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 21:13:31","branch":"master","category":null,"codebase":"","comments":"easy: drop `break` after `return`\n\nAlso some whitespace tidy-ups.\n\nCloses #16873","files":[{"name":"lib/setopt.c"}],"number":226085,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6f0bc43b08efcad3fc58cc3350fc86c4b78c3060","revision":"6f0bc43b08efcad3fc58cc3350fc86c4b78c3060","revlink":"https://github.com/curl/curl/commit/6f0bc43b08efcad3fc58cc3350fc86c4b78c3060","when":1743362011,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 30 Mar 2025 23:32:48","branch":"master","category":null,"codebase":"","comments":"lib1560: test set path containing LR or CR\n\nRef: #16874\nCloses #16875","files":[{"name":"tests/libtest/lib1560.c"}],"number":226100,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8579cf4016f4f6003761f6bae69f346bbbdcdd40","revision":"8579cf4016f4f6003761f6bae69f346bbbdcdd40","revlink":"https://github.com/curl/curl/commit/8579cf4016f4f6003761f6bae69f346bbbdcdd40","when":1743370368,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 23:36:18","branch":"master","category":null,"codebase":"","comments":"genserv.pl: detect `openssl` in `PATH`, omit `command -v`\n\nBefore this patch the script relied on Perl `system()` finding `openssl`\nin `PATH`, plus tried to display the full path of `openssl` by using\n`command -v` (or `which` on Windows). `command -v` did not work in CI\nfor unknown reasons. To resolve it, this patch detects `openssl` in\n`PATH` manually, displays the detected full path and calls `openssl`\nwith the detected full path, and stops relying on `system` for this.\n\nIt also follows how `sshhelp.pm` is detecting executables. Though this\npatch uses Perl `-f` instead of `-e && -d` used there .\n\nSilencing this in CI logs:\n```\nCan't exec \"command\": No such file or directory at ../../../tests/certs/genserv.pl line 51.\n```\nRef: https://github.com/curl/curl/actions/runs/14145795884/job/39632942668?pr=16865#step:39:108\n\nCloses #16868","files":[{"name":"tests/certs/genserv.pl"}],"number":226104,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3e2860f66d8fd5a5f0561543c42e68ea948928e6","revision":"3e2860f66d8fd5a5f0561543c42e68ea948928e6","revlink":"https://github.com/curl/curl/commit/3e2860f66d8fd5a5f0561543c42e68ea948928e6","when":1743370578,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 30 Mar 2025 23:36:18","branch":"master","category":null,"codebase":"","comments":"build: drop `build-certs` as a test-run dependency\n\nAfter adding it as a test executables dependency, it run twice in\nMSBuild jobs. Also there is little reason to try building them in both\nbuild and run tests targets.\n\n(The reason MSBuild building it twice, is our use of\n`TrackFileAccess=false` to improve build performance.)\n\nhttps://github.com/curl/curl/actions/runs/14156797251/job/39662914155?pr=16840#step:15:31\n\nFollow-up to 68609f0e334359875a2f62735377174ab6b873dd #16866\nFollow-up to 0c1ad21f978c8f5acf3d0c1708d83a93635d9df3 #16845\n\nCloses #16876","files":[{"name":"tests/CMakeLists.txt"},{"name":"tests/Makefile.am"}],"number":226105,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fb4dbbac4a2eb0fba827a7399b189602d59c8c98","revision":"fb4dbbac4a2eb0fba827a7399b189602d59c8c98","revlink":"https://github.com/curl/curl/commit/fb4dbbac4a2eb0fba827a7399b189602d59c8c98","when":1743370578,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Mon 31 Mar 2025 00:01:55","branch":"master","category":null,"codebase":"","comments":"aws_sigv4: merge repeated headers in canonical request\n\nWhen multiple headers share the same name, AWS SigV4 expects them to be\nmerged into a single header line, with values comma-delimited in the\norder they appeared.\n\nAdd libtest 1978 to verify.\n\nCloses #16743","files":[{"name":"lib/http_aws_sigv4.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1978"},{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1978.c"}],"number":226112,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3978bd449858b75db263aba8756d704eb98297cc","revision":"3978bd449858b75db263aba8756d704eb98297cc","revlink":"https://github.com/curl/curl/commit/3978bd449858b75db263aba8756d704eb98297cc","when":1743372115,"who":"Austin Moore <austincodes@fastmail.com>"},{"at":"Mon 31 Mar 2025 08:18:31","branch":"master","category":null,"codebase":"","comments":"docs/cmdline-opts: use imperative form\n\nUse 'set', not 'sets' etc. For consistency.\n\nCloses #16879","files":[{"name":"docs/cmdline-opts/ciphers.md"},{"name":"docs/cmdline-opts/compressed-ssh.md"},{"name":"docs/cmdline-opts/data.md"},{"name":"docs/cmdline-opts/digest.md"},{"name":"docs/cmdline-opts/doh-cert-status.md"},{"name":"docs/cmdline-opts/doh-url.md"},{"name":"docs/cmdline-opts/ech.md"},{"name":"docs/cmdline-opts/ftp-port.md"},{"name":"docs/cmdline-opts/ftp-ssl-ccc-mode.md"},{"name":"docs/cmdline-opts/happy-eyeballs-timeout-ms.md"},{"name":"docs/cmdline-opts/haproxy-clientip.md"},{"name":"docs/cmdline-opts/http3-only.md"},{"name":"docs/cmdline-opts/json.md"},{"name":"docs/cmdline-opts/location-trusted.md"},{"name":"docs/cmdline-opts/mptcp.md"},{"name":"docs/cmdline-opts/no-buffer.md"},{"name":"docs/cmdline-opts/no-keepalive.md"},{"name":"docs/cmdline-opts/parallel.md"},{"name":"docs/cmdline-opts/pass.md"},{"name":"docs/cmdline-opts/remote-time.md"},{"name":"docs/cmdline-opts/tls-max.md"},{"name":"docs/cmdline-opts/tls13-ciphers.md"},{"name":"docs/cmdline-opts/tlsv1.0.md"},{"name":"docs/cmdline-opts/tlsv1.1.md"},{"name":"docs/cmdline-opts/tlsv1.2.md"},{"name":"docs/cmdline-opts/tlsv1.3.md"},{"name":"docs/cmdline-opts/trace-ids.md"},{"name":"docs/cmdline-opts/trace-time.md"},{"name":"docs/cmdline-opts/verbose.md"},{"name":"docs/cmdline-opts/version.md"},{"name":"docs/cmdline-opts/xattr.md"}],"number":226134,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"083da46c60f84ff3feae7f312812c50ac8a439bb","revision":"083da46c60f84ff3feae7f312812c50ac8a439bb","revlink":"https://github.com/curl/curl/commit/083da46c60f84ff3feae7f312812c50ac8a439bb","when":1743401911,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 08:20:42","branch":"master","category":null,"codebase":"","comments":"asyn-thread: repair build with disabled socketpair\n\nReported-by: Abhinav Singhal\nBug: https://curl.se/mail/lib-2025-03/0031.html\nCloses #16877","files":[{"name":"lib/asyn-thread.c"}],"number":226135,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b2926e22486145597ebb8307517b54867374eac9","revision":"b2926e22486145597ebb8307517b54867374eac9","revlink":"https://github.com/curl/curl/commit/b2926e22486145597ebb8307517b54867374eac9","when":1743402042,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 08:52:26","branch":"master","category":null,"codebase":"","comments":"urlapi: remove percent encoded dot sequences from the URL path\n\nTreat %2e and %2E to be \"dot equivalents\" in the function and remove\nsuch sequences as well, according to RFC 3986 section 5.2.4. That is\nalso what the browsers do.\n\nThis DOES NOT consider %2f sequences in the path to be actual slashes,\nso there is no removal of dots for those.\n\nThis function does not decode nor encode any percent sequences.\n\nAlso switched the code to use dynbuf.\n\nExtends test 1395 and 1560 to verify.\n\nAssisted-by: Demi Marie Obenour\n\nFixes #16869\nCloses #16870","files":[{"name":"lib/urlapi.c"},{"name":"tests/libtest/lib1560.c"},{"name":"tests/unit/unit1395.c"}],"number":226139,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c31dd6631f9a0177aa9045cdbb4566ca2dcacc83","revision":"c31dd6631f9a0177aa9045cdbb4566ca2dcacc83","revlink":"https://github.com/curl/curl/commit/c31dd6631f9a0177aa9045cdbb4566ca2dcacc83","when":1743403946,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 12:42:26","branch":"master","category":null,"codebase":"","comments":"Revert \"async-threaded resolver: use ref counter\"\n\nThis reverts commit 19226f9bb106347e21d1dd113f2e2aeff53ca925.\n\nDue to flaky macos CI builds\n\nFixes #16880\nCloses #16882","files":[{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/asyn.h"},{"name":"lib/multi.c"},{"name":"lib/socks.c"}],"number":226146,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fb15a986c0d947ae6b9dd64c92706c8c0cdfc138","revision":"fb15a986c0d947ae6b9dd64c92706c8c0cdfc138","revlink":"https://github.com/curl/curl/commit/fb15a986c0d947ae6b9dd64c92706c8c0cdfc138","when":1743417746,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 13:42:29","branch":"master","category":null,"codebase":"","comments":"prox/preproxy.md: document argument within <brackets>\n\n... as the argument is mandatory and we use that symbol for all other\noptions.\n\nCloses #16883","files":[{"name":"docs/cmdline-opts/preproxy.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"src/tool_listhelp.c"}],"number":226163,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b4dc529fc43bf3b2a21e54f10c5db46b8120df0d","revision":"b4dc529fc43bf3b2a21e54f10c5db46b8120df0d","revlink":"https://github.com/curl/curl/commit/b4dc529fc43bf3b2a21e54f10c5db46b8120df0d","when":1743421349,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b4dc529fc43bf3b2a21e54f10c5db46b8120df0d"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743471894.429338,1743471913.30839],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743471913.312001,1743471913.466441],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743471913.468664,1743471913.601824],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2386/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743471913.603964,1743481409.541124],"urls":{}}],"text":["build","successful"],"times":[1743454008.823262,1743481409.550722]},"2387":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2387/steps/git/logs/stdio"]],"number":2387,"properties":[["branch","bagder/unity-tests","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2387,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","1d2c72720b1653b2b1ab4583ac233bb3111babd6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/unity-tests","changes":[{"at":"Sun 30 Mar 2025 12:46:47","branch":"bagder/unity-tests","category":null,"codebase":"","comments":"libtest/first.c: remove the Test: stderr output for unity builds\n\nThat makes the output differ between builds which breaks tests doing\nstderr comparisons","files":[{"name":"tests/libtest/first.c"}],"number":226040,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1d2c72720b1653b2b1ab4583ac233bb3111babd6","revision":"1d2c72720b1653b2b1ab4583ac233bb3111babd6","revlink":"https://github.com/curl/curl/commit/1d2c72720b1653b2b1ab4583ac233bb3111babd6","when":1743331607,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"1d2c72720b1653b2b1ab4583ac233bb3111babd6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2387/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743511570.358017,1743511573.454336],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743481412.956845,1743511573.458744]},"2388":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/Runtest/logs/resultlog"]],"number":2388,"properties":[["branch","bagder/url-path-lf","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2388,"Build"],["codebase","","Build"],["got_revision","cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/url-path-lf","changes":[{"at":"Sun 30 Mar 2025 16:47:42","branch":"bagder/url-path-lf","category":null,"codebase":"","comments":"lib1560: try setting path containing LR or CR\n\nRef: #16874","files":[{"name":"tests/libtest/lib1560.c"}],"number":226071,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"535eac92049493488454cc136f5a2f8e6602e0f7","revision":"535eac92049493488454cc136f5a2f8e6602e0f7","revlink":"https://github.com/curl/curl/commit/535eac92049493488454cc136f5a2f8e6602e0f7","when":1743346062,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 30 Mar 2025 17:25:02","branch":"bagder/url-path-lf","category":null,"codebase":"","comments":"fixup same thing, but URLENCODE on get","files":[{"name":"tests/libtest/lib1560.c"}],"number":226079,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea","revision":"cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea","revlink":"https://github.com/curl/curl/commit/cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea","when":1743348302,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"cc57743986fcc7bd2a5f7ef413c6c49a6d5645ea"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743537912.469492,1743537929.762735],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743537929.766656,1743537929.920483],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743537929.922637,1743537930.055594],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2388/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743537930.057794,1743546768.164781],"urls":{}}],"text":["build","successful"],"times":[1743511576.979343,1743546768.179008]},"2389":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2389/steps/git/logs/stdio"]],"number":2389,"properties":[["branch","bagder/fix-disable-socketpair","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2389,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","6bab02c1d8bab2b65d57dab872faad72299fa142","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/fix-disable-socketpair","changes":[{"at":"Sun 30 Mar 2025 23:18:32","branch":"bagder/fix-disable-socketpair","category":null,"codebase":"","comments":"asyn-thread: repair build with disabled socketpair\n\nReported-by: Abhinav Singhal\nBug: https://curl.se/mail/lib-2025-03/0031.html","files":[{"name":"lib/asyn-thread.c"}],"number":226098,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6bab02c1d8bab2b65d57dab872faad72299fa142","revision":"6bab02c1d8bab2b65d57dab872faad72299fa142","revlink":"https://github.com/curl/curl/commit/6bab02c1d8bab2b65d57dab872faad72299fa142","when":1743369512,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"6bab02c1d8bab2b65d57dab872faad72299fa142"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2389/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743575511.695989,1743575515.51305],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743546797.335415,1743575515.520493]},"2390":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/Runtest/logs/resultlog"]],"number":2390,"properties":[["branch","bagder/normalize-urls","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2390,"Build"],["codebase","","Build"],["got_revision","56fbbd46de7edd897d2ff3181f38d8331575ab61","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","56fbbd46de7edd897d2ff3181f38d8331575ab61","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/normalize-urls","changes":[{"at":"Sun 30 Mar 2025 23:51:45","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"urlapi: normalize retrieved URLs\n\nThe API documentation for curl_url_get() mentions normalizing when\nextracting a URL (only), so this code does not affect retrieving the\nindividual components.\n\nNormalizes: user, password, options, (lowercase) hostnames, path, query\nand fragment\n\nAdded CURLU_NO_NORMALIZE flag for retrieving the URL without\nnormalization.\n\nUses this option internally for redirect handling.\n\nExtend test 1560 to verify\n\nAssisted-by: Demi Marie Obenour\n\nFixes #16829\nReported-by: Alberto Leiva Popper\nCloses #16841","files":[{"name":"docs/libcurl/symbols-in-versions"},{"name":"include/curl/urlapi.h"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"tests/data/test1221"},{"name":"tests/data/test1560"},{"name":"tests/data/test58"},{"name":"tests/libtest/lib1560.c"}],"number":226110,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6c3526b0094cf7205282e938f3ad1b7b0bec938e","revision":"6c3526b0094cf7205282e938f3ad1b7b0bec938e","revlink":"https://github.com/curl/curl/commit/6c3526b0094cf7205282e938f3ad1b7b0bec938e","when":1743371505,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 16:51:41","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"fixup use uppercase hex consistently","files":[{"name":"lib/urlapi.c"}],"number":226196,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5fc15d75154beacc1e8562687c2fc5fa9812f091","revision":"5fc15d75154beacc1e8562687c2fc5fa9812f091","revlink":"https://github.com/curl/curl/commit/5fc15d75154beacc1e8562687c2fc5fa9812f091","when":1743432701,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 16:51:57","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"extend tests, verify new hex uppercasing","files":[{"name":"tests/libtest/lib1560.c"}],"number":226197,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"722461dffdf747d2c57e64c3e66366cf5993077f","revision":"722461dffdf747d2c57e64c3e66366cf5993077f","revlink":"https://github.com/curl/curl/commit/722461dffdf747d2c57e64c3e66366cf5993077f","when":1743432717,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 16:52:19","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"urlapi: offer CURLU_NORMALIZE for URL normalizing\n\nNo longer claim curl_url_get() does URL normalizing by default.\n\nWith this option used, curl_url_get() normalizes the user, password, options,\n(lowercase) hostnames, path, query and fragment parts.\n\nExtend test 1560 to verify\n\nAssisted-by: Demi Marie Obenour\n\nFixes #16829 (sort of)\nReported-by: Alberto Leiva Popper\nCloses #16841","files":[{"name":"docs/libcurl/curl_url_get.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"include/curl/urlapi.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/test1560"},{"name":"tests/libtest/lib1560.c"}],"number":226298,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"56fbbd46de7edd897d2ff3181f38d8331575ab61","revision":"56fbbd46de7edd897d2ff3181f38d8331575ab61","revlink":"https://github.com/curl/curl/commit/56fbbd46de7edd897d2ff3181f38d8331575ab61","when":1743519139,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"56fbbd46de7edd897d2ff3181f38d8331575ab61"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743604693.864568,1743604714.867047],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743604714.870698,1743604715.022385],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743604715.024539,1743604715.159784],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2390/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743604715.161916,1743614387.094019],"urls":{}}],"text":["build","successful"],"times":[1743575519.411598,1743614387.103133]},"2391":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2391/steps/git/logs/stdio"]],"number":2391,"properties":[["branch","bagder/cmdline-lang","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2391,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b9e47e829d4a84f2ee674d514cb7306c118bba77","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/cmdline-lang","changes":[{"at":"Mon 31 Mar 2025 00:52:07","branch":"bagder/cmdline-lang","category":null,"codebase":"","comments":"docs/cmdline-opts: use imperative form\n\nUse 'set', not 'sets' etc. For consistency.","files":[{"name":"docs/cmdline-opts/ciphers.md"},{"name":"docs/cmdline-opts/compressed-ssh.md"},{"name":"docs/cmdline-opts/data.md"},{"name":"docs/cmdline-opts/digest.md"},{"name":"docs/cmdline-opts/doh-cert-status.md"},{"name":"docs/cmdline-opts/doh-url.md"},{"name":"docs/cmdline-opts/ech.md"},{"name":"docs/cmdline-opts/ftp-port.md"},{"name":"docs/cmdline-opts/ftp-ssl-ccc-mode.md"},{"name":"docs/cmdline-opts/happy-eyeballs-timeout-ms.md"},{"name":"docs/cmdline-opts/haproxy-clientip.md"},{"name":"docs/cmdline-opts/http3-only.md"},{"name":"docs/cmdline-opts/json.md"},{"name":"docs/cmdline-opts/location-trusted.md"},{"name":"docs/cmdline-opts/mptcp.md"},{"name":"docs/cmdline-opts/no-buffer.md"},{"name":"docs/cmdline-opts/no-keepalive.md"},{"name":"docs/cmdline-opts/parallel.md"},{"name":"docs/cmdline-opts/pass.md"},{"name":"docs/cmdline-opts/remote-time.md"},{"name":"docs/cmdline-opts/tls-max.md"},{"name":"docs/cmdline-opts/tls13-ciphers.md"},{"name":"docs/cmdline-opts/tlsv1.0.md"},{"name":"docs/cmdline-opts/tlsv1.1.md"},{"name":"docs/cmdline-opts/tlsv1.2.md"},{"name":"docs/cmdline-opts/tlsv1.3.md"},{"name":"docs/cmdline-opts/trace-ids.md"},{"name":"docs/cmdline-opts/trace-time.md"},{"name":"docs/cmdline-opts/verbose.md"},{"name":"docs/cmdline-opts/version.md"},{"name":"docs/cmdline-opts/xattr.md"}],"number":226117,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b9e47e829d4a84f2ee674d514cb7306c118bba77","revision":"b9e47e829d4a84f2ee674d514cb7306c118bba77","revlink":"https://github.com/curl/curl/commit/b9e47e829d4a84f2ee674d514cb7306c118bba77","when":1743375127,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b9e47e829d4a84f2ee674d514cb7306c118bba77"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2391/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743641718.726468,1743641721.765315],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743614391.289376,1743641721.769564]},"2392":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2392/steps/git/logs/stdio"]],"number":2392,"properties":[["branch","bagder/macos-2405","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2392,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","8337bada1e1bb225c38fa86bd1e0ff6f84e94b08","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/macos-2405","changes":[{"at":"Mon 31 Mar 2025 09:10:06","branch":"bagder/macos-2405","category":null,"codebase":"","comments":"Revert \"async-threaded resolver: use ref counter\"\n\nThis reverts commit 19226f9bb106347e21d1dd113f2e2aeff53ca925.\n\nThis is a test to see if it changes the flaky macos CI builds\n\nRef: #16880","files":[{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/asyn.h"},{"name":"lib/multi.c"},{"name":"lib/socks.c"}],"number":226141,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8337bada1e1bb225c38fa86bd1e0ff6f84e94b08","revision":"8337bada1e1bb225c38fa86bd1e0ff6f84e94b08","revlink":"https://github.com/curl/curl/commit/8337bada1e1bb225c38fa86bd1e0ff6f84e94b08","when":1743405006,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"8337bada1e1bb225c38fa86bd1e0ff6f84e94b08"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2392/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743670068.361376,1743670071.744191],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743641725.865179,1743670071.748422]},"2393":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2393/steps/git/logs/stdio"]],"number":2393,"properties":[["branch","bagder/cmdline-docs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2393,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b6f5a38d824a7d48796ce0963809539445ee9de3","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/cmdline-docs","changes":[{"at":"Mon 31 Mar 2025 13:18:05","branch":"bagder/cmdline-docs","category":null,"codebase":"","comments":"prox/preproxy.md: document argument within <brackets>\n\n... as the argument is mandatory and we use that symbol for all other\noptions.","files":[{"name":"docs/cmdline-opts/preproxy.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"src/tool_listhelp.c"}],"number":226160,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b6f5a38d824a7d48796ce0963809539445ee9de3","revision":"b6f5a38d824a7d48796ce0963809539445ee9de3","revlink":"https://github.com/curl/curl/commit/b6f5a38d824a7d48796ce0963809539445ee9de3","when":1743419885,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b6f5a38d824a7d48796ce0963809539445ee9de3"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2393/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743700159.85984,1743700162.934498],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743670076.635876,1743700162.937699]},"2394":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2394/steps/git/logs/stdio"]],"number":2394,"properties":[["branch","bagder/randcurl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2394,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","f3884758146b7bb67299b91e4bd7dd8ee7eab863","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/randcurl","changes":[{"at":"Mon 31 Mar 2025 13:56:01","branch":"bagder/randcurl","category":null,"codebase":"","comments":"GHA: run random curl command lines for N seconds in CI\n\nIn the memory and address sanitizer builds.\n\nVerify that nothing unexpected happens.","files":[{"name":".github/scripts/randcurl.pl"},{"name":".github/workflows/linux.yml"}],"number":226166,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b36cf74a655e22e968dfa068483b8a26eb8a0700","revision":"b36cf74a655e22e968dfa068483b8a26eb8a0700","revlink":"https://github.com/curl/curl/commit/b36cf74a655e22e968dfa068483b8a26eb8a0700","when":1743422161,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:01:19","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup path tweak","files":[{"name":".github/workflows/linux.yml"}],"number":226168,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4080138fbb2976e7e4cc3e4849467c6fb878a739","revision":"4080138fbb2976e7e4cc3e4849467c6fb878a739","revlink":"https://github.com/curl/curl/commit/4080138fbb2976e7e4cc3e4849467c6fb878a739","when":1743422479,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:05:28","branch":"bagder/randcurl","category":null,"codebase":"","comments":"make executable","files":[{"name":".github/scripts/randcurl.pl"}],"number":226170,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b1280c27166b514f82e96d45185ebaabc24374b4","revision":"b1280c27166b514f82e96d45185ebaabc24374b4","revlink":"https://github.com/curl/curl/commit/b1280c27166b514f82e96d45185ebaabc24374b4","when":1743422728,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:12:53","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup cd as well","files":[{"name":".github/workflows/linux.yml"}],"number":226172,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"36e1aaf7ee914929c528ac76045053cd42093f5a","revision":"36e1aaf7ee914929c528ac76045053cd42093f5a","revlink":"https://github.com/curl/curl/commit/36e1aaf7ee914929c528ac76045053cd42093f5a","when":1743423173,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:19:11","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup when runconfig fails, show the config","files":[{"name":".github/scripts/randcurl.pl"}],"number":226174,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fa27dadb3a029ff7b2be3bec4b0c6e2a8485a97b","revision":"fa27dadb3a029ff7b2be3bec4b0c6e2a8485a97b","revlink":"https://github.com/curl/curl/commit/fa27dadb3a029ff7b2be3bec4b0c6e2a8485a97b","when":1743423551,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:22:17","branch":"bagder/randcurl","category":null,"codebase":"","comments":"on failure, show the last output as well","files":[{"name":".github/scripts/randcurl.pl"}],"number":226175,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fbd3b1dfb5c412c4d7520f7b5b9d8a583794bb78","revision":"fbd3b1dfb5c412c4d7520f7b5b9d8a583794bb78","revlink":"https://github.com/curl/curl/commit/fbd3b1dfb5c412c4d7520f7b5b9d8a583794bb78","when":1743423737,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:32:44","branch":"bagder/randcurl","category":null,"codebase":"","comments":"allow a custom curl executable path as second argument","files":[{"name":".github/scripts/randcurl.pl"}],"number":226177,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"aaee7bc48834f63334e050b8722b165205e9f992","revision":"aaee7bc48834f63334e050b8722b165205e9f992","revlink":"https://github.com/curl/curl/commit/aaee7bc48834f63334e050b8722b165205e9f992","when":1743424364,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:34:30","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup show the curl path","files":[{"name":".github/scripts/randcurl.pl"}],"number":226178,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4440fdb1b8bf471f9a4170a9e8692afde582845c","revision":"4440fdb1b8bf471f9a4170a9e8692afde582845c","revlink":"https://github.com/curl/curl/commit/4440fdb1b8bf471f9a4170a9e8692afde582845c","when":1743424470,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:34:36","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup GHA to use the correct curl binary path","files":[{"name":".github/workflows/linux.yml"}],"number":226179,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c1d9824fb7aa475edbaa1b470185710df24ccfdd","revision":"c1d9824fb7aa475edbaa1b470185710df24ccfdd","revlink":"https://github.com/curl/curl/commit/c1d9824fb7aa475edbaa1b470185710df24ccfdd","when":1743424476,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 14:48:57","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup the output to not show output for every invoke","files":[{"name":".github/scripts/randcurl.pl"}],"number":226181,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0cd3a19d5cf07ef4587801774ab92da29350928c","revision":"0cd3a19d5cf07ef4587801774ab92da29350928c","revlink":"https://github.com/curl/curl/commit/0cd3a19d5cf07ef4587801774ab92da29350928c","when":1743425337,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 15:35:20","branch":"bagder/randcurl","category":null,"codebase":"","comments":"fixup use more options in the config tests","files":[{"name":".github/scripts/randcurl.pl"}],"number":226185,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"12df9e2f0ff1c3e33a5fa511f8c51d91abe707bb","revision":"12df9e2f0ff1c3e33a5fa511f8c51d91abe707bb","revlink":"https://github.com/curl/curl/commit/12df9e2f0ff1c3e33a5fa511f8c51d91abe707bb","when":1743428120,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 15:35:46","branch":"bagder/randcurl","category":null,"codebase":"","comments":"Update .github/workflows/linux.yml\n\nCo-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>","files":[{"name":".github/workflows/linux.yml"}],"number":226188,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e82f1135ee59bf43fe1e1b6e751e224942f1697e","revision":"e82f1135ee59bf43fe1e1b6e751e224942f1697e","revlink":"https://github.com/curl/curl/commit/e82f1135ee59bf43fe1e1b6e751e224942f1697e","when":1743428146,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 07:52:52","branch":"bagder/randcurl","category":null,"codebase":"","comments":"GHA: run random curl command lines for N seconds in CI\n\nIn the memory and address sanitizer builds.\n\nVerify that nothing unexpected happens.\n\nCloses #16884","files":[{"name":".github/scripts/randcurl.pl"},{"name":".github/workflows/linux.yml"}],"number":226235,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f3884758146b7bb67299b91e4bd7dd8ee7eab863","revision":"f3884758146b7bb67299b91e4bd7dd8ee7eab863","revlink":"https://github.com/curl/curl/commit/f3884758146b7bb67299b91e4bd7dd8ee7eab863","when":1743486772,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"f3884758146b7bb67299b91e4bd7dd8ee7eab863"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2394/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743726545.520753,1743726548.765279],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743700168.859172,1743726548.768346]},"2395":{"blame":["dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2395/steps/git/logs/stdio"]],"number":2395,"properties":[["branch","dependabot/github_actions/actions/download-artifact-4.2.1","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2395,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","e56e1080f81f2038a6568ee5a217b15c61c09907","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"dependabot/github_actions/actions/download-artifact-4.2.1","changes":[{"at":"Mon 31 Mar 2025 17:02:26","branch":"dependabot/github_actions/actions/download-artifact-4.2.1","category":null,"codebase":"","comments":"build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1\n\nBumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...95815c38cf2ff2164869cbab79da8d1f422bc89e)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>","files":[{"name":".github/workflows/distcheck.yml"}],"number":226190,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e56e1080f81f2038a6568ee5a217b15c61c09907","revision":"e56e1080f81f2038a6568ee5a217b15c61c09907","revlink":"https://github.com/curl/curl/commit/e56e1080f81f2038a6568ee5a217b15c61c09907","when":1743433346,"who":"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"e56e1080f81f2038a6568ee5a217b15c61c09907"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2395/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743755423.677439,1743755426.742792],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743726553.968698,1743755426.747863]},"2396":{"blame":["dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2396/steps/git/logs/stdio"]],"number":2396,"properties":[["branch","dependabot/github_actions/actions/upload-artifact-4.6.2","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2396,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d65908a1e85b4bf13615702886cf5a2ce48d8469","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"dependabot/github_actions/actions/upload-artifact-4.6.2","changes":[{"at":"Mon 31 Mar 2025 17:02:29","branch":"dependabot/github_actions/actions/upload-artifact-4.6.2","category":null,"codebase":"","comments":"build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>","files":[{"name":".github/workflows/distcheck.yml"}],"number":226192,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d65908a1e85b4bf13615702886cf5a2ce48d8469","revision":"d65908a1e85b4bf13615702886cf5a2ce48d8469","revlink":"https://github.com/curl/curl/commit/d65908a1e85b4bf13615702886cf5a2ce48d8469","when":1743433349,"who":"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d65908a1e85b4bf13615702886cf5a2ce48d8469"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2396/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743783150.486917,1743783153.2928],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743755431.772947,1743783153.295998]},"2397":{"blame":["dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2397/steps/git/logs/stdio"]],"number":2397,"properties":[["branch","dependabot/github_actions/actions/cache-4.2.3","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2397,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","37a8cbfb51cfbe4b68b0fe888f0a6943eb122743","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"dependabot/github_actions/actions/cache-4.2.3","changes":[{"at":"Mon 31 Mar 2025 17:02:36","branch":"dependabot/github_actions/actions/cache-4.2.3","category":null,"codebase":"","comments":"build(deps): bump actions/cache from 4.2.2 to 4.2.3\n\nBumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/d4323d4df104b026a6aa633fdb11d772146be0bf...5a3ec84eff668545956fd18022155c47e93e2684)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>","files":[{"name":".github/workflows/http3-linux.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/non-native.yml"},{"name":".github/workflows/windows.yml"}],"number":226194,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"37a8cbfb51cfbe4b68b0fe888f0a6943eb122743","revision":"37a8cbfb51cfbe4b68b0fe888f0a6943eb122743","revlink":"https://github.com/curl/curl/commit/37a8cbfb51cfbe4b68b0fe888f0a6943eb122743","when":1743433356,"who":"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"37a8cbfb51cfbe4b68b0fe888f0a6943eb122743"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2397/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743810003.001291,1743810006.253151],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743783158.648302,1743810006.258055]},"2398":{"blame":["Andrew <akirillo@uk.ibm.com>","Dan Fandrich <dan@coneharvesters.com>","Daniel Stenberg <daniel@haxx.se>","Jay Satiro <raysatiro@yahoo.com>","Nigel Brittain <nbaws@amazon.com>","Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>","Yedaya Katsman <yedaya.ka@gmail.com>","renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/Runtest/logs/resultlog"]],"number":2398,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2398,"Build"],["codebase","","Build"],["got_revision","dac78ae638048a212f446f28f1f5731e594dce94","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","dac78ae638048a212f446f28f1f5731e594dce94","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Mon 31 Mar 2025 22:49:18","branch":"master","category":null,"codebase":"","comments":"libssh2: show crypto backend in the verbose connect log\n\nWith libssh2 1.11.0 or newer.\n\nDifferent crypto backends may offer different features, e.g. in the keys\nand algos they support.\n\nExamples:\n```\n*   Trying 127.0.0.1:22...\n* Connected to localhost (127.0.0.1) port 22\n* libssh2 crypto backend: openssl compatible\n[or]\n* libssh2 crypto backend: WinCNG\n```\n\nAlso fix indentation and drop redundant curly braces.\n\nCloses #16790","files":[{"name":"lib/vssh/libssh2.c"}],"number":226213,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1dd361cde8b2b89617ac612506c04fab9e8a0338","revision":"1dd361cde8b2b89617ac612506c04fab9e8a0338","revlink":"https://github.com/curl/curl/commit/1dd361cde8b2b89617ac612506c04fab9e8a0338","when":1743454158,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 01 Apr 2025 11:29:14","branch":"master","category":null,"codebase":"","comments":"tests/certs/Makefile.am: avoid superfluous cert re-generation\n\nFixes #16897\nCloses #16899","files":[{"name":"tests/Makefile.am"},{"name":"tests/certs/Makefile.am"}],"number":226263,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"66c95f05fae6734144fcd9cee8937457b67c71ed","revision":"66c95f05fae6734144fcd9cee8937457b67c71ed","revlink":"https://github.com/curl/curl/commit/66c95f05fae6734144fcd9cee8937457b67c71ed","when":1743499754,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 11:30:05","branch":"master","category":null,"codebase":"","comments":"tool_paramhlp: make proto2num skip leading commas better\n\nCloses #16892","files":[{"name":"src/tool_paramhlp.c"}],"number":226264,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0d85c8c49d90fa8c1475832e0a8f1916a04d9a69","revision":"0d85c8c49d90fa8c1475832e0a8f1916a04d9a69","revlink":"https://github.com/curl/curl/commit/0d85c8c49d90fa8c1475832e0a8f1916a04d9a69","when":1743499805,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 11:31:48","branch":"master","category":null,"codebase":"","comments":"GHA: run random curl command lines for N seconds in CI\n\nIn the memory and address sanitizer builds.\n\nVerify that nothing unexpected happens.\n\nStarting out with 60 second runs.\n\nThe script does not set any seed so it runs with a new random every\ntime, meaning that if it fails in a single CI run it might not fail in a\nsubsequent one: but it should still show the full command that failed to\nenable us to reproduce it locally. We can work on improving the seed\nsituation later if this script turns useful.\n\nCloses #16884","files":[{"name":".github/scripts/randcurl.pl"},{"name":".github/workflows/linux.yml"}],"number":226265,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0042f11d6e45261a05492a89de9338767b861ed6","revision":"0042f11d6e45261a05492a89de9338767b861ed6","revlink":"https://github.com/curl/curl/commit/0042f11d6e45261a05492a89de9338767b861ed6","when":1743499908,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 11:46:17","branch":"master","category":null,"codebase":"","comments":"runtests: fix bundled test invocation with `-g` option\n\nFixes:\n```\n$ ./runtests.pl -g 1940\n./libtest/libtests lib1940: No such file or directory.\nArgument list to give program being debugged when it is started is \"http://127.0.0.1:44547/1940\".\n```\n\nReported-by: Daniel Stenberg\nFixes #16893\nCloses #16898","files":[{"name":"tests/runner.pm"}],"number":226270,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"93964c21f403bdb157c5a0cbb3e9670e36f7a386","revision":"93964c21f403bdb157c5a0cbb3e9670e36f7a386","revlink":"https://github.com/curl/curl/commit/93964c21f403bdb157c5a0cbb3e9670e36f7a386","when":1743500777,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 01 Apr 2025 12:48:04","branch":"master","category":null,"codebase":"","comments":"tests/README: document test bundles\n\nCloses #16902","files":[{"name":".github/scripts/spellcheck.words"},{"name":"tests/README.md"}],"number":226279,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fddc7a67eaf2ade627fef78e8fde2d590b9021cf","revision":"fddc7a67eaf2ade627fef78e8fde2d590b9021cf","revlink":"https://github.com/curl/curl/commit/fddc7a67eaf2ade627fef78e8fde2d590b9021cf","when":1743504484,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 01 Apr 2025 12:48:04","branch":"master","category":null,"codebase":"","comments":"GHA/windows: drop GnuTLS-fork from vcpkg MultiSSL job\n\ncurl now has a working GnuTLS CI job, with tests, with MSYS2.\nThe MultiSSL build scenario is now tested on macOS.\n\nThe vcpkg GnuTLS package seems to have a deep dependency tree with large\npackages that need to be rebuilt relatively frequently. Since they can't\nfit into to the time limit, these cause CI failures.\n\nTo stabilize CI, drop the `shiftmedia-libgnutls` dependency.\n\nPartial revert of e86f99824c4de0024cc90bca53efe205fd1c1dcc #16623\nRef: https://github.com/curl/curl/actions/runs/14192680124/job/39760753274?pr=16902\n\nCloses #16904","files":[{"name":".github/workflows/windows.yml"}],"number":226280,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fe9c99e377f20555d928e676adad817ec5d2576c","revision":"fe9c99e377f20555d928e676adad817ec5d2576c","revlink":"https://github.com/curl/curl/commit/fe9c99e377f20555d928e676adad817ec5d2576c","when":1743504484,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Tue 01 Apr 2025 14:19:27","branch":"master","category":null,"codebase":"","comments":"http2: fix stream assignemnt for pushes\n\nWhen a PUSH_PROMISE was received, the h2_stream object was assigned\nto the wrong `newhandle->mid` and was thereafter not found. This led\nto internal confusion, because the nghttp2 stream user_data was not\ncleared and an invalid easy handle was use for trace messages,\nresulting in a crash.\n\nReported-by: Viktor Szakats\nFixes #16881\nCloses #16905","files":[{"name":"lib/http2.c"}],"number":226289,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1f844dd3f0e66f19377b5158201f5b6eec61507f","revision":"1f844dd3f0e66f19377b5158201f5b6eec61507f","revlink":"https://github.com/curl/curl/commit/1f844dd3f0e66f19377b5158201f5b6eec61507f","when":1743509967,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Tue 01 Apr 2025 14:28:18","branch":"master","category":null,"codebase":"","comments":"multi_ev: remove redundant check from mev_get_last_pollset\n\nPointed out by CodeSonar\n\nCloses #16894","files":[{"name":"lib/multi_ev.c"}],"number":226292,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"50c1e62fa417805ddce9aec27ba585995a357ee9","revision":"50c1e62fa417805ddce9aec27ba585995a357ee9","revlink":"https://github.com/curl/curl/commit/50c1e62fa417805ddce9aec27ba585995a357ee9","when":1743510498,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 14:29:04","branch":"master","category":null,"codebase":"","comments":"tool_getparam: avoid redundant condition in set_rate\n\nWhen the number parsing fails, the pointer is never moved so there's no\npoint in checking that.\n\nPointed out by CodeSonar\n\nCloses #16895","files":[{"name":"src/tool_getparam.c"}],"number":226293,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"49a87e93c3476ffb168f2ebe6918c31ef023fd9e","revision":"49a87e93c3476ffb168f2ebe6918c31ef023fd9e","revlink":"https://github.com/curl/curl/commit/49a87e93c3476ffb168f2ebe6918c31ef023fd9e","when":1743510544,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 15:27:56","branch":"master","category":null,"codebase":"","comments":"vtls_scache: remove \"Unreachable Call\"\n\nThe condition required to reach this call could not happen, because\ncf_ssl_scache_get() already checks the same condition and returns NULL\nfor 'scache' prior to this.\n\nFound by CodeSonar\n\nCloses #16896","files":[{"name":"lib/vtls/vtls_scache.c"}],"number":226296,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"63c1e6482a7fb195db155e1e769903e020e70874","revision":"63c1e6482a7fb195db155e1e769903e020e70874","revlink":"https://github.com/curl/curl/commit/63c1e6482a7fb195db155e1e769903e020e70874","when":1743514076,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 01:14:29","branch":"master","category":null,"codebase":"","comments":"GHA/windows: make libssh2 install a per job config\n\nTo allow making per-job variations for SSH backends.\n\nAlso:\n- fix Cygwin builds to not ignore per-job `install:` items.\n  It worked by accident before this patch.\n  Follow-up to 66313cc036671cd4d3e72db65a79a715c7b8f154 #16629\n\nCloses #16911","files":[{"name":".github/workflows/windows.yml"}],"number":226335,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c6a324d5b9075b7988e6d2a3c6c320dfa8a152a3","revision":"c6a324d5b9075b7988e6d2a3c6c320dfa8a152a3","revlink":"https://github.com/curl/curl/commit/c6a324d5b9075b7988e6d2a3c6c320dfa8a152a3","when":1743549269,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 02 Apr 2025 01:38:12","branch":"master","category":null,"codebase":"","comments":"GHA/windows: move libssh job from vcpkg to MSYS2\n\nTo avoid upstream issue where libssh no longer builds with vcpkg:\n```\nerror: building libssh:x64-windows failed with: BUILD_FAILED\n```\nRef: https://github.com/curl/curl/actions/runs/14206672441/job/39805869213?pr=16909#step:5:64\n\nBug: https://github.com/curl/curl/pull/16909#issuecomment-2770792320\n\nCloses #16910","files":[{"name":".github/workflows/windows.yml"}],"number":226343,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5ad32b05d5fb5b489528b91554cf35c3ba8753e9","revision":"5ad32b05d5fb5b489528b91554cf35c3ba8753e9","revlink":"https://github.com/curl/curl/commit/5ad32b05d5fb5b489528b91554cf35c3ba8753e9","when":1743550692,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 02 Apr 2025 07:46:30","branch":"master","category":null,"codebase":"","comments":"THANKS: new contributors from 8.13.0 release","files":[{"name":"docs/THANKS"}],"number":226348,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b0c5a1abdbf598721435a4cc93b299c3dc59f56d","revision":"b0c5a1abdbf598721435a4cc93b299c3dc59f56d","revlink":"https://github.com/curl/curl/commit/b0c5a1abdbf598721435a4cc93b299c3dc59f56d","when":1743572790,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 07:46:30","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":226349,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1c3149881769e7bd79b072e48374e4c2b3678b2f","revision":"1c3149881769e7bd79b072e48374e4c2b3678b2f","revlink":"https://github.com/curl/curl/commit/1c3149881769e7bd79b072e48374e4c2b3678b2f","when":1743572790,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 11:44:26","branch":"master","category":null,"codebase":"","comments":"contrithanks.sh: drop set -e\n\nMakes the script work again\n\nCloses #16914","files":[{"name":"scripts/contrithanks.sh"}],"number":226362,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8c2392e564d108480e395811d421558e38e99188","revision":"8c2392e564d108480e395811d421558e38e99188","revlink":"https://github.com/curl/curl/commit/8c2392e564d108480e395811d421558e38e99188","when":1743587066,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 12:54:46","branch":"master","category":null,"codebase":"","comments":"processhelp.pm: avoid potential endless loop, log more (Windows)\n\n`pidwait()` is a function to wait for a PID to disappear from the list\nof processes. On Windows change this function to:\n\n- reduce the frequency of calling the external command `tasklist` to\n  query the list of processes, including Windows-native ones, to 0.2s\n  (from 0.01s).\n\n- print a message when the wait exceeds 5 second marks.\n\n- give up after 20 seconds of total wait, and print a message.\n\nAlso log `taskkill` commands to stdout instead of the log.\n\nTo potentially avoid hangs seen in CI, and make these spots more\ntransparent through the log.\n\nRef: #16840\nRef: #14854\n\nCloses #16908","files":[{"name":"tests/processhelp.pm"}],"number":226370,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"202a333e4d0a7e2c256f36df85f94731d25117f1","revision":"202a333e4d0a7e2c256f36df85f94731d25117f1","revlink":"https://github.com/curl/curl/commit/202a333e4d0a7e2c256f36df85f94731d25117f1","when":1743591286,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Wed 02 Apr 2025 14:01:27","branch":"master","category":null,"codebase":"","comments":"test: make unittest 1308 into a libtest\n\nTest 1308 was wrongly marked a unit test when in reality it is a\nlibtest.\n\nCloses #16891","files":[{"name":"tests/data/test1308"},{"name":"tests/libtest/CMakeLists.txt"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1301.c"},{"name":"tests/libtest/lib1308.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1308.c"}],"number":226378,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1d84d683bb44c305c13188b31d2117ff95a22da7","revision":"1d84d683bb44c305c13188b31d2117ff95a22da7","revlink":"https://github.com/curl/curl/commit/1d84d683bb44c305c13188b31d2117ff95a22da7","when":1743595287,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 14:17:56","branch":"master","category":null,"codebase":"","comments":"lib: unify conversions to/from hex\n\nCurl_hexbyte - output a byte as a two-digit ASCII hex number\n\nCurl_hexval - convert an ASCII hex digit to its binary value\n\n... instead of duplicating similar code and hexdigit strings in numerous\nplaces.\n\nCloses #16888","files":[{"name":"lib/escape.c"},{"name":"lib/escape.h"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/inet_pton.c"},{"name":"lib/strparse.c"},{"name":"lib/strparse.h"},{"name":"lib/urlapi.c"},{"name":"lib/vtls/keylog.c"}],"number":226387,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0c6e63a1be26a5ba4c953bcacd29c1db412e7e95","revision":"0c6e63a1be26a5ba4c953bcacd29c1db412e7e95","revlink":"https://github.com/curl/curl/commit/0c6e63a1be26a5ba4c953bcacd29c1db412e7e95","when":1743596276,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 14:17:56","branch":"master","category":null,"codebase":"","comments":"lib1960: revert the use of libcurl's inet_pton\n\nSince it now uses hex conversion code from strparse as well.\n\nCloses #16888","files":[{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1960.c"}],"number":226388,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8a45c2851aeb6f3ec18ad5c39c4042ab516891dd","revision":"8a45c2851aeb6f3ec18ad5c39c4042ab516891dd","revlink":"https://github.com/curl/curl/commit/8a45c2851aeb6f3ec18ad5c39c4042ab516891dd","when":1743596276,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 22:46:53","branch":"master","category":null,"codebase":"","comments":"tests/serverhelp: remove last remnants of http-pipe server\n\nFollowup on https://github.com/curl/curl/pull/5921\n\nCloses #16924","files":[{"name":"tests/serverhelp.pm"}],"number":226422,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"878d1fc3406c5bce5ac48af320f43e3cee6456a4","revision":"878d1fc3406c5bce5ac48af320f43e3cee6456a4","revlink":"https://github.com/curl/curl/commit/878d1fc3406c5bce5ac48af320f43e3cee6456a4","when":1743626813,"who":"Yedaya Katsman <yedaya.ka@gmail.com>"},{"at":"Wed 02 Apr 2025 22:51:06","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced\n\nand bump to 8.13.1 for now","files":[{"name":"RELEASE-NOTES"},{"name":"include/curl/curlver.h"}],"number":226423,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"673c56a034b238de59b22e354efa6d5c6d68670a","revision":"673c56a034b238de59b22e354efa6d5c6d68670a","revlink":"https://github.com/curl/curl/commit/673c56a034b238de59b22e354efa6d5c6d68670a","when":1743627066,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 23:45:57","branch":"master","category":null,"codebase":"","comments":"INSTALL-CMAKE.md: fix typo","files":[{"name":"docs/INSTALL-CMAKE.md"}],"number":226440,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e0b4ea889f5e5caffe9dc3cb750e9d1ba85973b4","revision":"e0b4ea889f5e5caffe9dc3cb750e9d1ba85973b4","revlink":"https://github.com/curl/curl/commit/e0b4ea889f5e5caffe9dc3cb750e9d1ba85973b4","when":1743630357,"who":"Jay Satiro <raysatiro@yahoo.com>"},{"at":"Thu 03 Apr 2025 00:19:06","branch":"master","category":null,"codebase":"","comments":"configure: restore link checks\n\nThe omitted link checks were not what I though they were. Omitting one\ncaused a mis-detection on Solaris, where the compile check alone\nmis-detects `CloseSocket` as present.\n\nRestore link checks for these functions:\n`closesocket`, `ioctlsocket`, `socket`, `freeaddrinfo`, `getaddrinfo`,\n`gethostname`, `getpeername`, `getsockname`,\n`CloseSocket` (AmigaOS), `IoctlSocket` (AmigaOS).\n\nAlso re-sync link check code snippets with the ones in current master.\n\nPartial revert of, regression from bd9f9b085aa242a5e93be0b2da96ce498d7813c4 #16377\nReported-by: Dagobert Michelsen\nBug: https://curl.se/mail/lib-2025-04/0004.html\nFixes #16915\nCloses #16917","files":[{"name":"m4/curl-functions.m4"}],"number":226442,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"22352e627da60fc1b3965f4aa95ef5219a9df845","revision":"22352e627da60fc1b3965f4aa95ef5219a9df845","revlink":"https://github.com/curl/curl/commit/22352e627da60fc1b3965f4aa95ef5219a9df845","when":1743632346,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 03 Apr 2025 01:12:19","branch":"master","category":null,"codebase":"","comments":"eventfd: fix feature guards\n\nEnable eventfd code consistently when both `HAVE_EVENTFD` and\n`HAVE_SYS_EVENTFD_H` macros are defined.\n\nBefore this patch `HAVE_EVENTFD` guarded it alone, though the code\nalso required the header, which was guarded by `HAVE_SYS_EVENTFD_H`.\n\nThese should normally be detected in pairs. When they aren't, omit using\n`eventfd()` to avoid calling it without a known matching header.\n\nIf this disables valid cases (e.g. some system declares this function\nvia a different header), feature detection and the code may be extended\nfor those cases. If these are known to come in pairs, always, another\noption is detect them both at build stage, and forward a single macro\nto C.\n\nReported-by: Abhinav Singhal\nBug: https://curl.se/mail/lib-2025-04/0000.html\nCloses #16909","files":[{"name":"lib/asyn-thread.c"},{"name":"lib/curl_setup.h"},{"name":"lib/multi.c"},{"name":"lib/socketpair.c"},{"name":"lib/socketpair.h"}],"number":226449,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"87168807b215b83141220b34ebb30a3e51e61770","revision":"87168807b215b83141220b34ebb30a3e51e61770","revlink":"https://github.com/curl/curl/commit/87168807b215b83141220b34ebb30a3e51e61770","when":1743635539,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 03 Apr 2025 08:25:09","branch":"master","category":null,"codebase":"","comments":"http_negotiate: fix non-SSL build with GSSAPI\n\nFixes #16919\nCloses #16921","files":[{"name":"lib/http_negotiate.c"}],"number":226471,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fe5f435b42a6c928b57c61db5d57f96b5c5a39be","revision":"fe5f435b42a6c928b57c61db5d57f96b5c5a39be","revlink":"https://github.com/curl/curl/commit/fe5f435b42a6c928b57c61db5d57f96b5c5a39be","when":1743661509,"who":"Andrew <akirillo@uk.ibm.com>"},{"at":"Thu 03 Apr 2025 08:26:33","branch":"master","category":null,"codebase":"","comments":"VERSIONS: list all past releases\n\nThis document now lists all previous releases.\n\nThis allows us to verify that documentation refers to actual release\nversions.\n\nTest 971 now verifies options-in-versions and all command line options\ndocumentation individually. Fixed a few discrepancies.\n\nTest 1488 verifies libcurl options \"Added-in\" to exist. Fixed a few\ndiscrepancies there as well.\n\nCloses #16907","files":[{"name":"docs/VERSIONS.md"},{"name":"docs/cmdline-opts/ftp-skip-pasv-ip.md"},{"name":"docs/cmdline-opts/proto-redir.md"},{"name":"docs/cmdline-opts/proto.md"},{"name":"docs/libcurl/curl_global_trace.md"},{"name":"docs/libcurl/curl_version_info.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"docs/options-in-versions"},{"name":"tests/Makefile.am"},{"name":"tests/allversions.pm"},{"name":"tests/data/test1488"},{"name":"tests/data/test971"},{"name":"tests/test1488.pl"},{"name":"tests/test971.pl"}],"number":226472,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"daa86936190af30ed58932ddd24db97f708337a9","revision":"daa86936190af30ed58932ddd24db97f708337a9","revlink":"https://github.com/curl/curl/commit/daa86936190af30ed58932ddd24db97f708337a9","when":1743661593,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 10:52:47","branch":"master","category":null,"codebase":"","comments":"curl_krb5: only use functions if FTP is still enabled\n\nReported-by: x1sc0 on github\nFixes #16925\nCloses #16931","files":[{"name":"lib/curl_krb5.h"}],"number":226484,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5caba3bd97a14b64d906ece77bc0e2b339161a1f","revision":"5caba3bd97a14b64d906ece77bc0e2b339161a1f","revlink":"https://github.com/curl/curl/commit/5caba3bd97a14b64d906ece77bc0e2b339161a1f","when":1743670367,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 11:10:47","branch":"master","category":null,"codebase":"","comments":"configure: fix --disable-rt\n\nThis option now better only prevents the actual -lrt to be used, and\nthus has no effect if the system does not need -lt for the monotonic\nclock etc.\n\nFixes #16932\nCloses #16934","files":[{"name":"acinclude.m4"},{"name":"configure.ac"}],"number":226487,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6e00db58fbeaa09e58c20a606e00b83743e81c7f","revision":"6e00db58fbeaa09e58c20a606e00b83743e81c7f","revlink":"https://github.com/curl/curl/commit/6e00db58fbeaa09e58c20a606e00b83743e81c7f","when":1743671447,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 11:25:25","branch":"master","category":null,"codebase":"","comments":"if2ip: build the function also if FTP is present\n\nPreviously it was not compiled if CURL_DISABLE_BINDLOCAL is set, but the\nFTP code is also using this function.\n\nEasily found by using configure --disable-bindlocal without disabling\nFTP.\n\nCloses #16933","files":[{"name":"lib/if2ip.c"}],"number":226489,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4cf9e87fca2ce14712e6d05bccc8c9e70575e70d","revision":"4cf9e87fca2ce14712e6d05bccc8c9e70575e70d","revlink":"https://github.com/curl/curl/commit/4cf9e87fca2ce14712e6d05bccc8c9e70575e70d","when":1743672325,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 11:37:45","branch":"master","category":null,"codebase":"","comments":"vtls: fix build with ssl but without http\n\nFixes #16935\nCloses #16937","files":[{"name":"lib/vtls/vtls.c"}],"number":226493,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b56b0c078e285aeea89ab01b913a502fb42bbdfd","revision":"b56b0c078e285aeea89ab01b913a502fb42bbdfd","revlink":"https://github.com/curl/curl/commit/b56b0c078e285aeea89ab01b913a502fb42bbdfd","when":1743673065,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Thu 03 Apr 2025 11:52:37","branch":"master","category":null,"codebase":"","comments":"hostip: fix build without threaded-resolver and without DoH\n\nCloses #16938","files":[{"name":"lib/hostip.c"}],"number":226495,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8f496d05b681f112225c839c8907b83aeebbf89b","revision":"8f496d05b681f112225c839c8907b83aeebbf89b","revlink":"https://github.com/curl/curl/commit/8f496d05b681f112225c839c8907b83aeebbf89b","when":1743673957,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 12:38:36","branch":"master","category":null,"codebase":"","comments":"http: fix a build error when all auths are disabled\n\nerror: \u2018result\u2019 undeclared (first use in this function)\n\nFound with randdisable\n\nCloses #16939","files":[{"name":"lib/http.c"}],"number":226499,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"49701094fcc8fc510af97e439ad46415342d367f","revision":"49701094fcc8fc510af97e439ad46415342d367f","revlink":"https://github.com/curl/curl/commit/49701094fcc8fc510af97e439ad46415342d367f","when":1743676716,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 13:37:17","branch":"master","category":null,"codebase":"","comments":"conncache: make Curl_cpool_init return void\n\nSince it cannot fail, removing the return code simplifies the code paths\ncalling this function.\n\nCloses #16936","files":[{"name":"lib/conncache.c"},{"name":"lib/conncache.h"},{"name":"lib/multi.c"},{"name":"lib/share.c"}],"number":226503,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"78710ee955efb91e2d111d68c7ad7d9707848621","revision":"78710ee955efb91e2d111d68c7ad7d9707848621","revlink":"https://github.com/curl/curl/commit/78710ee955efb91e2d111d68c7ad7d9707848621","when":1743680237,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 14:17:37","branch":"master","category":null,"codebase":"","comments":"genserv.pl: fail with a message if `openssl` is missing or failing\n\nReported-by: Tomas Volf\nFixes #16926\nFollow-up to 44341e736a3e2f7a2b25a774be3a9796e81abab9 #16824\nRef: #16928\nCo-authored-by: Daniel Stenberg\nCloses #16929","files":[{"name":"tests/certs/genserv.pl"}],"number":226506,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3d4e4a18740585c01c1314fbca849e47229461e6","revision":"3d4e4a18740585c01c1314fbca849e47229461e6","revlink":"https://github.com/curl/curl/commit/3d4e4a18740585c01c1314fbca849e47229461e6","when":1743682657,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 03 Apr 2025 16:00:17","branch":"master","category":null,"codebase":"","comments":"parsedate: provide Curl_wkday also for GnuTLS builds\n\nOtherwise --disable-dateparse + --with-gnutls builds might fail.\n\nFound with randdisable\n\nCloses #16943","files":[{"name":"lib/parsedate.c"}],"number":226523,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d6a626d5d8f9ab38b09cd42402e06770eb48fdbd","revision":"d6a626d5d8f9ab38b09cd42402e06770eb48fdbd","revlink":"https://github.com/curl/curl/commit/d6a626d5d8f9ab38b09cd42402e06770eb48fdbd","when":1743688817,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 16:25:29","branch":"master","category":null,"codebase":"","comments":"tests/README.md: list the openssl tool among the prerequisites\n\nUsed for test cert generation since 8.13.0\n\nCloses #16942","files":[{"name":"tests/README.md"}],"number":226527,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6140a574dec4771fe36da43d45eea2535fe6e555","revision":"6140a574dec4771fe36da43d45eea2535fe6e555","revlink":"https://github.com/curl/curl/commit/6140a574dec4771fe36da43d45eea2535fe6e555","when":1743690329,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 16:40:56","branch":"master","category":null,"codebase":"","comments":"dnscache: slight refactoring\n\nSlight refactoring around dnscache, e.g. hostcache\n\n- eliminate `data->state.hostcache`. Always look up\n  relevant dnscache at share/multi.\n- unify naming to \"dnscache\", replacing \"hostcache\"\n- use `struct Curl_dnscache`, even though it just\n  contains a `Curl_hash` for now.\n- add `Curl_dnscache_destroy()` for cleanup in\n  share/multi.\n\nCloses #16941","files":[{"name":"lib/cshutdn.c"},{"name":"lib/doh.c"},{"name":"lib/hostasyn.c"},{"name":"lib/hostip.c"},{"name":"lib/hostip.h"},{"name":"lib/multi.c"},{"name":"lib/multihandle.h"},{"name":"lib/setopt.c"},{"name":"lib/share.c"},{"name":"lib/share.h"},{"name":"lib/urldata.h"},{"name":"tests/unit/unit1305.c"},{"name":"tests/unit/unit1607.c"},{"name":"tests/unit/unit1609.c"}],"number":226535,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"01e76702aca1ef893d0e653a70b3261ae61899d3","revision":"01e76702aca1ef893d0e653a70b3261ae61899d3","revlink":"https://github.com/curl/curl/commit/01e76702aca1ef893d0e653a70b3261ae61899d3","when":1743691256,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Thu 03 Apr 2025 16:43:37","branch":"master","category":null,"codebase":"","comments":"async-threaded resolver: use ref counter\n\nAllocate the data shared between a transfer and an aync resolver thread\nseparately and use a reference counter to determine its release.\n\nChange `Curl_thread_destroy()` to clear the thread handle, so that the\nthread is considered \"gone\" and we do not try to join (and fail to)\nafterwards.\n\nRetake of the revert in fb15a986c0d947ae6b9dd6\n\nCloses #16916","files":[{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/asyn.h"},{"name":"lib/curl_threads.c"},{"name":"lib/curl_threads.h"},{"name":"lib/multi.c"},{"name":"lib/socks.c"},{"name":"tests/libtest/lib3207.c"}],"number":226539,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9b6148e9d95db54a752b03b571296c40d66e97fe","revision":"9b6148e9d95db54a752b03b571296c40d66e97fe","revlink":"https://github.com/curl/curl/commit/9b6148e9d95db54a752b03b571296c40d66e97fe","when":1743691417,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Thu 03 Apr 2025 17:19:59","branch":"master","category":null,"codebase":"","comments":"asyn-thread: fix build without socketpair\n\nFollow-up to 9b6148e9d95db54a752b03b571296c40d66e97fe\n\nCloses #16945","files":[{"name":"lib/asyn-thread.c"}],"number":226544,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8f65bd69774caf957780c67e13d2f3c502d69799","revision":"8f65bd69774caf957780c67e13d2f3c502d69799","revlink":"https://github.com/curl/curl/commit/8f65bd69774caf957780c67e13d2f3c502d69799","when":1743693599,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 17:23:58","branch":"master","category":null,"codebase":"","comments":"tests/README.md: document --test-duphandle\n\nFollow-up to cbafcec50bc99ba0dd0490e6\n\nCloses #16944","files":[{"name":"tests/README.md"}],"number":226547,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"681df5ec517e1477b07b5df2df42bc0617f33c18","revision":"681df5ec517e1477b07b5df2df42bc0617f33c18","revlink":"https://github.com/curl/curl/commit/681df5ec517e1477b07b5df2df42bc0617f33c18","when":1743693838,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 17:44:34","branch":"master","category":null,"codebase":"","comments":"GHA: update cloudflare/quiche to v0.23.5\n\nCloses #16913","files":[{"name":".github/workflows/http3-linux.yml"}],"number":226549,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"69d58309afa7a6ea3cec898f4b569b89ba945ff5","revision":"69d58309afa7a6ea3cec898f4b569b89ba945ff5","revlink":"https://github.com/curl/curl/commit/69d58309afa7a6ea3cec898f4b569b89ba945ff5","when":1743695074,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Thu 03 Apr 2025 19:55:01","branch":"master","category":null,"codebase":"","comments":"tests: mark ipfs tests to require ipfs\n\nFixes #16947\nReported-by: Daniel Engberg\nCloses #16948","files":[{"name":"tests/data/test722"},{"name":"tests/data/test723"},{"name":"tests/data/test724"},{"name":"tests/data/test725"},{"name":"tests/data/test726"},{"name":"tests/data/test727"},{"name":"tests/data/test730"},{"name":"tests/data/test731"},{"name":"tests/data/test732"},{"name":"tests/data/test733"},{"name":"tests/data/test734"},{"name":"tests/data/test735"},{"name":"tests/data/test736"},{"name":"tests/data/test737"},{"name":"tests/data/test738"},{"name":"tests/data/test739"},{"name":"tests/data/test740"},{"name":"tests/data/test741"}],"number":226554,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2","revision":"7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2","revlink":"https://github.com/curl/curl/commit/7e0eea7d7b34b81ca02ffb995ebea22c02cb92d2","when":1743702901,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 20:37:17","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":226556,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"982d0a14b637f6591bfb52e44448fa70263665a5","revision":"982d0a14b637f6591bfb52e44448fa70263665a5","revlink":"https://github.com/curl/curl/commit/982d0a14b637f6591bfb52e44448fa70263665a5","when":1743705437,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 23:18:55","branch":"master","category":null,"codebase":"","comments":"tests: prefer `--insecure` over `-k`\n\nTo make it uniform in all tests, and greppability.\n\nAlso:\n- replace `-k` flag with `-q` in test 1268. (the actual flag doesn't\n  matter in this test)\n- keep `-k` in test 300 to test its short form.\n  (also verified to fail without a working `-k`)\n\nCloses #16878","files":[{"name":"tests/data/test1112"},{"name":"tests/data/test1268"},{"name":"tests/data/test1272"},{"name":"tests/data/test1470"},{"name":"tests/data/test1561"},{"name":"tests/data/test1562"},{"name":"tests/data/test2400"},{"name":"tests/data/test2401"},{"name":"tests/data/test2403"},{"name":"tests/data/test2406"},{"name":"tests/data/test2501"},{"name":"tests/data/test300"},{"name":"tests/data/test301"},{"name":"tests/data/test302"},{"name":"tests/data/test303"},{"name":"tests/data/test304"},{"name":"tests/data/test306"},{"name":"tests/data/test307"},{"name":"tests/data/test308"},{"name":"tests/data/test309"},{"name":"tests/data/test325"},{"name":"tests/data/test364"},{"name":"tests/data/test400"},{"name":"tests/data/test401"},{"name":"tests/data/test402"},{"name":"tests/data/test403"},{"name":"tests/data/test405"},{"name":"tests/data/test406"},{"name":"tests/data/test407"},{"name":"tests/data/test408"},{"name":"tests/data/test409"},{"name":"tests/data/test410"},{"name":"tests/data/test414"},{"name":"tests/data/test445"},{"name":"tests/data/test474"},{"name":"tests/data/test628"},{"name":"tests/data/test780"},{"name":"tests/data/test781"},{"name":"tests/data/test782"},{"name":"tests/data/test783"},{"name":"tests/data/test987"},{"name":"tests/data/test988"},{"name":"tests/data/test989"}],"number":226572,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c6bd2e6a9a7652c6e8d2807f346973d3f1c5a808","revision":"c6bd2e6a9a7652c6e8d2807f346973d3f1c5a808","revlink":"https://github.com/curl/curl/commit/c6bd2e6a9a7652c6e8d2807f346973d3f1c5a808","when":1743715135,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 03 Apr 2025 23:23:37","branch":"master","category":null,"codebase":"","comments":"GHA/curl-for-win: switch to `podman` (from `docker`)\n\nCloses #16727","files":[{"name":".github/workflows/curl-for-win.yml"}],"number":226574,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bdc42ba23e0ec6fdda74ed93b34373235fa62cd6","revision":"bdc42ba23e0ec6fdda74ed93b34373235fa62cd6","revlink":"https://github.com/curl/curl/commit/bdc42ba23e0ec6fdda74ed93b34373235fa62cd6","when":1743715417,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Thu 03 Apr 2025 23:30:36","branch":"master","category":null,"codebase":"","comments":"rustls: make max size of cert and key reasonable\n\nSIZE_MAX is an very overkill size for certificates or keys, lower it to\n100KiB for both certificate and keys. The default max size of openssl is\n100KiB for the entire chain [1], and it seems firefox fails at ~60kb\n[2].\n\nFound by https://github.com/curl/curl/pull/16923\n\n[0] https://docs.openssl.org/3.2/man3/SSL_CTX_set_max_cert_list/#notes\n[2] https://0x00.cl/blog/2024/exploring-tls-certs/\n\nCloses #16951","files":[{"name":"lib/dynbuf.h"},{"name":"lib/vtls/rustls.c"}],"number":226575,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fe1ba25c87e3fe1f797051ac4df96df7549e4d3a","revision":"fe1ba25c87e3fe1f797051ac4df96df7549e4d3a","revlink":"https://github.com/curl/curl/commit/fe1ba25c87e3fe1f797051ac4df96df7549e4d3a","when":1743715836,"who":"Yedaya Katsman <yedaya.ka@gmail.com>"},{"at":"Fri 04 Apr 2025 01:14:34","branch":"master","category":null,"codebase":"","comments":"scripts: fix --opts-dir help in completion.pl\n\nThe help text gave the wrong option name.\n\nReported-by: Daniel Engberg\nRef: #16946","files":[{"name":"scripts/completion.pl"}],"number":226581,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"eb0c622a5b5bc6221f96e62ecee8aef66eb9edd7","revision":"eb0c622a5b5bc6221f96e62ecee8aef66eb9edd7","revlink":"https://github.com/curl/curl/commit/eb0c622a5b5bc6221f96e62ecee8aef66eb9edd7","when":1743722074,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Fri 04 Apr 2025 02:34:52","branch":"master","category":null,"codebase":"","comments":"cmake: use absolute paths for completion targets\n\nFixing potential:\n```\nCMake Error at scripts/CMakeLists.txt:72 (install):\n  install FILES given directory \"/usr/ports/ftp/curl/work/.build/scripts/\" to\n  install.\n```\n\nReported-by: Daniel Engberg\nFixes #16946\nFollow-up to c8b0f0c9ad78eafc6c8f0005113de346ee797c21 #16833\nCloses #16954","files":[{"name":"scripts/CMakeLists.txt"}],"number":226585,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b809629f8c04f5cc8bcaf26cbf8e961fd9f2487d","revision":"b809629f8c04f5cc8bcaf26cbf8e961fd9f2487d","revlink":"https://github.com/curl/curl/commit/b809629f8c04f5cc8bcaf26cbf8e961fd9f2487d","when":1743726892,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Fri 04 Apr 2025 08:54:09","branch":"master","category":null,"codebase":"","comments":"http_aws_sigv4: add additional verbose log statements\n\nTo use curl as a tool for troubleshooting SigV4 signing, it is useful to\nhave the 'Canonical Request', 'String To Sign' and 'Signature'\ncalculations output.\n\nCloses #16952","files":[{"name":"lib/http_aws_sigv4.c"}],"number":226591,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c871dcb612f63d51be014ff6fc2ba5a8d3300efb","revision":"c871dcb612f63d51be014ff6fc2ba5a8d3300efb","revlink":"https://github.com/curl/curl/commit/c871dcb612f63d51be014ff6fc2ba5a8d3300efb","when":1743749649,"who":"Nigel Brittain <nbaws@amazon.com>"},{"at":"Fri 04 Apr 2025 09:40:47","branch":"master","category":null,"codebase":"","comments":"tests: use a more portable null device path\n\n- Use File::Spec->devnull() to get the null device path.\n\nPrior to this change we used NUL for Windows native perl and /dev/null\notherwise.\n\nBug: https://github.com/curl/curl/pull/16929#discussion_r2025718160\nReported-by: Viktor Szakats\n\nCloses https://github.com/curl/curl/pull/16930","files":[{"name":"tests/certs/genserv.pl"},{"name":"tests/globalconfig.pm"},{"name":"tests/http2-server.pl"},{"name":"tests/http3-server.pl"}],"number":226593,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"997e55d5a7d6a20eead3fdf067be1897828826ba","revision":"997e55d5a7d6a20eead3fdf067be1897828826ba","revlink":"https://github.com/curl/curl/commit/997e55d5a7d6a20eead3fdf067be1897828826ba","when":1743752447,"who":"Jay Satiro <raysatiro@yahoo.com>"},{"at":"Fri 04 Apr 2025 14:23:01","branch":"master","category":null,"codebase":"","comments":"hostip: show the correct name on proxy resolve error\n\nRegression, probably from 8ded8e5f3f4b6586399 (#16451)\n\nFixes #16958\nReported-by: Jean-Christophe Amiel\nCloses #16961","files":[{"name":"lib/hostip.c"}],"number":226608,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"db3e7a24b5339860fb91cf0d932e8ae13a01e472","revision":"db3e7a24b5339860fb91cf0d932e8ae13a01e472","revlink":"https://github.com/curl/curl/commit/db3e7a24b5339860fb91cf0d932e8ae13a01e472","when":1743769381,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 17:42:43","branch":"master","category":null,"codebase":"","comments":"tests: move a boolean variable out of the path section","files":[{"name":"tests/globalconfig.pm"}],"number":226627,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b117d2cacfa604f591560f4504cc15c60dfa3780","revision":"b117d2cacfa604f591560f4504cc15c60dfa3780","revlink":"https://github.com/curl/curl/commit/b117d2cacfa604f591560f4504cc15c60dfa3780","when":1743781363,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Fri 04 Apr 2025 18:17:08","branch":"master","category":null,"codebase":"","comments":"tests: fix some test tag mismatches","files":[{"name":"tests/data/test1571"},{"name":"tests/data/test1572"},{"name":"tests/data/test1573"},{"name":"tests/data/test1574"},{"name":"tests/data/test1575"},{"name":"tests/data/test1576"},{"name":"tests/data/test1577"},{"name":"tests/data/test1578"},{"name":"tests/data/test1579"},{"name":"tests/data/test1580"},{"name":"tests/data/test1581"}],"number":226628,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0e9f2c41b6d3c45d79aebf43cee91b046bcb4aee","revision":"0e9f2c41b6d3c45d79aebf43cee91b046bcb4aee","revlink":"https://github.com/curl/curl/commit/0e9f2c41b6d3c45d79aebf43cee91b046bcb4aee","when":1743783428,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Fri 04 Apr 2025 21:31:02","branch":"master","category":null,"codebase":"","comments":"https-connect, fix httpsrr target check\n\nThe HTTPSRR check on the record's target was not working as it used the\nwrong index on the NUL byte if the target was not NULL.\n\nFixes #16966\nReported-by: Pavel Kropachev\nCloses #16968","files":[{"name":"lib/cf-https-connect.c"}],"number":226640,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4f3c22d77d752fea6ff9ab2706f70d58882ea466","revision":"4f3c22d77d752fea6ff9ab2706f70d58882ea466","revlink":"https://github.com/curl/curl/commit/4f3c22d77d752fea6ff9ab2706f70d58882ea466","when":1743795062,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Fri 04 Apr 2025 21:32:07","branch":"master","category":null,"codebase":"","comments":"rand: update comment on Curl_rand_bytes weak random\n\nFrom what I understand both rustls and mbedTLS expose a strong random\nfunction, so as long as you have a TLS library random will be strong.\n\nFollowup 89728451234a \"vtls/rustls: support strong CSRNG data\"\nFollowup a90a5bccd47b \"mbedtls: implement CTR-DRBG and HAVEGE random generators\"\n\nCloses #16965","files":[{"name":"lib/rand.c"}],"number":226644,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"80f9f6e59b1d642922d4f9de57b36a741bf60cd7","revision":"80f9f6e59b1d642922d4f9de57b36a741bf60cd7","revlink":"https://github.com/curl/curl/commit/80f9f6e59b1d642922d4f9de57b36a741bf60cd7","when":1743795127,"who":"Yedaya Katsman <yedaya.ka@gmail.com>"},{"at":"Fri 04 Apr 2025 22:23:15","branch":"master","category":null,"codebase":"","comments":"tests: unify test case keywords\n\nUnify the case, punctuation and name of test case keywords so they can\nbe more easily selected or skipped when desired. Add a few keywords that\nwere missing. Fix a couple of typos in test names.","files":[{"name":"tests/data/test1101"},{"name":"tests/data/test1194"},{"name":"tests/data/test1252"},{"name":"tests/data/test1253"},{"name":"tests/data/test1255"},{"name":"tests/data/test1256"},{"name":"tests/data/test1257"},{"name":"tests/data/test1265"},{"name":"tests/data/test1289"},{"name":"tests/data/test1322"},{"name":"tests/data/test1550"},{"name":"tests/data/test1560"},{"name":"tests/data/test1630"},{"name":"tests/data/test1631"},{"name":"tests/data/test1632"},{"name":"tests/data/test1650"},{"name":"tests/data/test1654"},{"name":"tests/data/test1655"},{"name":"tests/data/test1709"},{"name":"tests/data/test1919"},{"name":"tests/data/test219"},{"name":"tests/data/test23"},{"name":"tests/data/test235"},{"name":"tests/data/test247"},{"name":"tests/data/test248"},{"name":"tests/data/test260"},{"name":"tests/data/test3021"},{"name":"tests/data/test3022"},{"name":"tests/data/test3104"},{"name":"tests/data/test333"},{"name":"tests/data/test357"},{"name":"tests/data/test365"},{"name":"tests/data/test367"},{"name":"tests/data/test373"},{"name":"tests/data/test417"},{"name":"tests/data/test419"},{"name":"tests/data/test426"},{"name":"tests/data/test469"},{"name":"tests/data/test470"},{"name":"tests/data/test480"},{"name":"tests/data/test484"},{"name":"tests/data/test485"},{"name":"tests/data/test505"},{"name":"tests/data/test541"},{"name":"tests/data/test63"},{"name":"tests/data/test647"},{"name":"tests/data/test693"},{"name":"tests/data/test709"},{"name":"tests/data/test783"},{"name":"tests/data/test898"},{"name":"tests/data/test899"},{"name":"tests/data/test954"},{"name":"tests/data/test979"},{"name":"tests/data/test987"},{"name":"tests/data/test992"}],"number":226648,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cbb80f215e6117319958310143b73d991e15f435","revision":"cbb80f215e6117319958310143b73d991e15f435","revlink":"https://github.com/curl/curl/commit/cbb80f215e6117319958310143b73d991e15f435","when":1743798195,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Fri 04 Apr 2025 22:23:31","branch":"master","category":null,"codebase":"","comments":"tests: remove some unused test case sections","files":[{"name":"tests/data/test1016"},{"name":"tests/data/test1017"},{"name":"tests/data/test1018"},{"name":"tests/data/test1019"},{"name":"tests/data/test1020"},{"name":"tests/data/test1063"},{"name":"tests/data/test1281"},{"name":"tests/data/test1291"},{"name":"tests/data/test1474"},{"name":"tests/data/test19"},{"name":"tests/data/test20"},{"name":"tests/data/test2205"},{"name":"tests/data/test247"}],"number":226649,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"dac78ae638048a212f446f28f1f5731e594dce94","revision":"dac78ae638048a212f446f28f1f5731e594dce94","revlink":"https://github.com/curl/curl/commit/dac78ae638048a212f446f28f1f5731e594dce94","when":1743798211,"who":"Dan Fandrich <dan@coneharvesters.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"dac78ae638048a212f446f28f1f5731e594dce94"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743838533.122383,1743838560.243973],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743838560.24858,1743838560.424608],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743838560.427522,1743838560.586572],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2398/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743838560.589113,1743848174.947278],"urls":{}}],"text":["build","successful"],"times":[1743810013.150119,1743848174.95757]},"2399":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2399/steps/git/logs/stdio"]],"number":2399,"properties":[["branch","bagder/hex-cleanup","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2399,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/hex-cleanup","changes":[{"at":"Mon 31 Mar 2025 23:17:17","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"lib: unify conversions to/from hex\n\nCurl_hexbyte - output a byte as a two-digit ASCII hex number\n\nCurl_hexval - convert an ASCII hex digit to its binary value\n\n... instead of duplicating similar code and hexdigit strings in numerous\nplaces.","files":[{"name":"lib/escape.c"},{"name":"lib/escape.h"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/inet_pton.c"},{"name":"lib/strparse.c"},{"name":"lib/strparse.h"},{"name":"lib/urlapi.c"},{"name":"lib/vtls/keylog.c"}],"number":226215,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d1de91dd58c5c06a31576ff6e7f5475fa7863fc7","revision":"d1de91dd58c5c06a31576ff6e7f5475fa7863fc7","revlink":"https://github.com/curl/curl/commit/d1de91dd58c5c06a31576ff6e7f5475fa7863fc7","when":1743455837,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:22:31","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup include in inet_pton.c","files":[{"name":"lib/inet_pton.c"}],"number":226217,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0fa2c7b272dc49f1abf8e190ab303eb82715c519","revision":"0fa2c7b272dc49f1abf8e190ab303eb82715c519","revlink":"https://github.com/curl/curl/commit/0fa2c7b272dc49f1abf8e190ab303eb82715c519","when":1743456151,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:25:26","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup more typecasts?","files":[{"name":"lib/escape.c"}],"number":226219,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"312981173dd9826ebd1f873d9a0caa5f98889194","revision":"312981173dd9826ebd1f873d9a0caa5f98889194","revlink":"https://github.com/curl/curl/commit/312981173dd9826ebd1f873d9a0caa5f98889194","when":1743456326,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:28:22","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup try different typecast","files":[{"name":"lib/escape.c"},{"name":"lib/strparse.h"}],"number":226221,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ea9e2b5d4e9992d6076cc0fc60b1fa826e010f34","revision":"ea9e2b5d4e9992d6076cc0fc60b1fa826e010f34","revlink":"https://github.com/curl/curl/commit/ea9e2b5d4e9992d6076cc0fc60b1fa826e010f34","when":1743456502,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:30:17","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup spelling","files":[{"name":"lib/escape.c"}],"number":226223,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"22e1f678c35cba74bc2908e927d30d17f4678d35","revision":"22e1f678c35cba74bc2908e927d30d17f4678d35","revlink":"https://github.com/curl/curl/commit/22e1f678c35cba74bc2908e927d30d17f4678d35","when":1743456617,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:30:59","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup inet_pton mistake","files":[{"name":"lib/inet_pton.c"}],"number":226224,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"90023e7505c6f4dfd89a3102da8b66fd6ca3dfa3","revision":"90023e7505c6f4dfd89a3102da8b66fd6ca3dfa3","revlink":"https://github.com/curl/curl/commit/90023e7505c6f4dfd89a3102da8b66fd6ca3dfa3","when":1743456659,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:34:20","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup inet_pton include more","files":[{"name":"lib/inet_pton.c"}],"number":226227,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c17e7df3b8cca72dc9e5da6afad7042476f9fb00","revision":"c17e7df3b8cca72dc9e5da6afad7042476f9fb00","revlink":"https://github.com/curl/curl/commit/c17e7df3b8cca72dc9e5da6afad7042476f9fb00","when":1743456860,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:47:23","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"lib1960: revert the use of libcurl's inet_pton\n\nSince it now uses hex conversion code from strparse as well.","files":[{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1960.c"}],"number":226229,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d154cd853012781e472f01f4d4cb87b955048a50","revision":"d154cd853012781e472f01f4d4cb87b955048a50","revlink":"https://github.com/curl/curl/commit/d154cd853012781e472f01f4d4cb87b955048a50","when":1743457643,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 31 Mar 2025 23:54:03","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"fixup lib1960 for silly Amiga","files":[{"name":"tests/libtest/lib1960.c"}],"number":226231,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f1c7e8da68dcddae03e2173d9342d965adfd29be","revision":"f1c7e8da68dcddae03e2173d9342d965adfd29be","revlink":"https://github.com/curl/curl/commit/f1c7e8da68dcddae03e2173d9342d965adfd29be","when":1743458043,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 07:54:26","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"lib: unify conversions to/from hex\n\nCurl_hexbyte - output a byte as a two-digit ASCII hex number\n\nCurl_hexval - convert an ASCII hex digit to its binary value\n\n... instead of duplicating similar code and hexdigit strings in numerous\nplaces.\n\nCloses #16888","files":[{"name":"lib/escape.c"},{"name":"lib/escape.h"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/inet_pton.c"},{"name":"lib/strparse.c"},{"name":"lib/strparse.h"},{"name":"lib/urlapi.c"},{"name":"lib/vtls/keylog.c"}],"number":226239,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4d8830b562f6bffa75a40be3f380c45af045d101","revision":"4d8830b562f6bffa75a40be3f380c45af045d101","revlink":"https://github.com/curl/curl/commit/4d8830b562f6bffa75a40be3f380c45af045d101","when":1743486866,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 07:54:33","branch":"bagder/hex-cleanup","category":null,"codebase":"","comments":"lib1960: revert the use of libcurl's inet_pton\n\nSince it now uses hex conversion code from strparse as well.\n\nCloses #16888","files":[{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1960.c"}],"number":226240,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf","revision":"14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf","revlink":"https://github.com/curl/curl/commit/14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf","when":1743486873,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2399/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743858311.521087,1743858314.378541],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743848180.620749,1743858314.390823]},"2400":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2400/steps/git/logs/stdio"]],"number":2400,"properties":[["branch","renovate/awslabs-aws-lc-1.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2400,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","252ef498252f8ad1d5e398d1d95e84fee6895e0e","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/awslabs-aws-lc-1.x","changes":[{"at":"Tue 01 Apr 2025 07:53:33","branch":"renovate/awslabs-aws-lc-1.x","category":null,"codebase":"","comments":"ci: Update dependency awslabs/aws-lc to v1.49.1","files":[{"name":".github/workflows/linux.yml"}],"number":226237,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"252ef498252f8ad1d5e398d1d95e84fee6895e0e","revision":"252ef498252f8ad1d5e398d1d95e84fee6895e0e","revlink":"https://github.com/curl/curl/commit/252ef498252f8ad1d5e398d1d95e84fee6895e0e","when":1743486813,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"252ef498252f8ad1d5e398d1d95e84fee6895e0e"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2400/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743884874.370939,1743884877.884296],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743858318.597691,1743884877.900318]},"2401":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2401/steps/git/logs/stdio"]],"number":2401,"properties":[["branch","bagder/libtest-unit","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2401,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","33d0f164a8eca6e9f9113b15b5a58808566e7bef","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/libtest-unit","changes":[{"at":"Tue 01 Apr 2025 09:19:52","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"test: make unittest 1308 become libtest 3033\n\nTest 1308 was wrongly marked a unit test when in reality it is a\nlibtest. Converted to test 3033.","files":[{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1308"},{"name":"tests/data/test3033"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib3033.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1308.c"}],"number":226242,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"209cb60302c0e43775ebdd458a9943776acdfe03","revision":"209cb60302c0e43775ebdd458a9943776acdfe03","revlink":"https://github.com/curl/curl/commit/209cb60302c0e43775ebdd458a9943776acdfe03","when":1743491992,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 09:24:04","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"fixup 1301 when curlcheck.h can be used","files":[{"name":"tests/libtest/lib1301.c"}],"number":226244,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d16e0f2ac743a87b9d28bc1f59453e6bce07a3e7","revision":"d16e0f2ac743a87b9d28bc1f59453e6bce07a3e7","revlink":"https://github.com/curl/curl/commit/d16e0f2ac743a87b9d28bc1f59453e6bce07a3e7","when":1743492244,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 09:26:32","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"fixup the include path with cmake as well","files":[{"name":"tests/libtest/CMakeLists.txt"}],"number":226246,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f515fbe105e168428014fa68298b15a23eec58fa","revision":"f515fbe105e168428014fa68298b15a23eec58fa","revlink":"https://github.com/curl/curl/commit/f515fbe105e168428014fa68298b15a23eec58fa","when":1743492392,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 09:48:24","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"fixup tests/data/Makefile.am","files":[{"name":"tests/data/Makefile.am"}],"number":226250,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d55ed1fef2e25a9e33e012d8a312a15e1168c51f","revision":"d55ed1fef2e25a9e33e012d8a312a15e1168c51f","revlink":"https://github.com/curl/curl/commit/d55ed1fef2e25a9e33e012d8a312a15e1168c51f","when":1743493704,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 09:53:54","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"fixup lib1301 include","files":[{"name":"tests/libtest/lib1301.c"}],"number":226253,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"af388f9ab8d4b93852637a62685faa16710b7919","revision":"af388f9ab8d4b93852637a62685faa16710b7919","revlink":"https://github.com/curl/curl/commit/af388f9ab8d4b93852637a62685faa16710b7919","when":1743494034,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 11:46:36","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"test: make unittest 1308 become libtest 3033\n\nTest 1308 was wrongly marked a unit test when in reality it is a\nlibtest. Converted to test 3033.","files":[{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1308"},{"name":"tests/data/test3033"},{"name":"tests/libtest/CMakeLists.txt"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1301.c"},{"name":"tests/libtest/lib3033.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1308.c"}],"number":226364,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"86ea1648fe66fbcd6e4327afecd2bdbe682d9eb6","revision":"86ea1648fe66fbcd6e4327afecd2bdbe682d9eb6","revlink":"https://github.com/curl/curl/commit/86ea1648fe66fbcd6e4327afecd2bdbe682d9eb6","when":1743587196,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 11:51:07","branch":"bagder/libtest-unit","category":null,"codebase":"","comments":"fixup stick to number 1308 for less confusion","files":[{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1308"},{"name":"tests/data/test3033"},{"name":"tests/libtest/Makefile.inc"},{"name":"tests/libtest/lib1308.c"},{"name":"tests/libtest/lib3033.c"}],"number":226365,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"33d0f164a8eca6e9f9113b15b5a58808566e7bef","revision":"33d0f164a8eca6e9f9113b15b5a58808566e7bef","revlink":"https://github.com/curl/curl/commit/33d0f164a8eca6e9f9113b15b5a58808566e7bef","when":1743587467,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"33d0f164a8eca6e9f9113b15b5a58808566e7bef"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2401/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743912231.649678,1743912235.791172],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743884883.205737,1743912235.794954]},"2402":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2402/steps/git/logs/stdio"]],"number":2402,"properties":[["branch","bagder/proto2num-leadingcomma","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2402,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","69ae258a8daa7bf6478ab3904e503ad266d6113d","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/proto2num-leadingcomma","changes":[{"at":"Tue 01 Apr 2025 09:36:47","branch":"bagder/proto2num-leadingcomma","category":null,"codebase":"","comments":"tool_paramhlp: make proto2num skip leading commas better","files":[{"name":"src/tool_paramhlp.c"}],"number":226248,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"69ae258a8daa7bf6478ab3904e503ad266d6113d","revision":"69ae258a8daa7bf6478ab3904e503ad266d6113d","revlink":"https://github.com/curl/curl/commit/69ae258a8daa7bf6478ab3904e503ad266d6113d","when":1743493007,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"69ae258a8daa7bf6478ab3904e503ad266d6113d"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2402/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743942088.630159,1743942091.566296],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743912241.541759,1743942091.569435]},"2403":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2403/steps/git/logs/stdio"]],"number":2403,"properties":[["branch","bagder/multi-ev-redundant","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2403,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b9944e942f2d184b12375c5d943be5fae259034a","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/multi-ev-redundant","changes":[{"at":"Tue 01 Apr 2025 10:16:04","branch":"bagder/multi-ev-redundant","category":null,"codebase":"","comments":"multi_ev: remove redundant check from mev_get_last_pollset\n\nPointed out by CodeSonar","files":[{"name":"lib/multi_ev.c"}],"number":226254,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b9944e942f2d184b12375c5d943be5fae259034a","revision":"b9944e942f2d184b12375c5d943be5fae259034a","revlink":"https://github.com/curl/curl/commit/b9944e942f2d184b12375c5d943be5fae259034a","when":1743495364,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b9944e942f2d184b12375c5d943be5fae259034a"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2403/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743968509.40498,1743968512.46772],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743942096.961209,1743968512.472607]},"2404":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2404/steps/git/logs/stdio"]],"number":2404,"properties":[["branch","bagder/set-rate-redundant","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2404,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","9b8dbc1bcde1af454ac4dfa77dba5a1d6f0cbe87","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/set-rate-redundant","changes":[{"at":"Tue 01 Apr 2025 10:25:41","branch":"bagder/set-rate-redundant","category":null,"codebase":"","comments":"tool_getparam: avoid redundant condition in set_rate\n\nWhen the number parsing fails, the pointer is never moved so there's no\npoint in checking that.\n\nPointed out by CodeSonar","files":[{"name":"src/tool_getparam.c"}],"number":226256,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9b8dbc1bcde1af454ac4dfa77dba5a1d6f0cbe87","revision":"9b8dbc1bcde1af454ac4dfa77dba5a1d6f0cbe87","revlink":"https://github.com/curl/curl/commit/9b8dbc1bcde1af454ac4dfa77dba5a1d6f0cbe87","when":1743495941,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"9b8dbc1bcde1af454ac4dfa77dba5a1d6f0cbe87"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2404/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743986115.102397,1743986117.787096],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743968517.797397,1743986117.798072]},"2405":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2405/steps/git/logs/stdio"]],"number":2405,"properties":[["branch","bagder/scache-unreachable-call","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2405,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","43be9fbff4d928dbe58cb7016ef26cede77f4f7c","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/scache-unreachable-call","changes":[{"at":"Tue 01 Apr 2025 10:46:07","branch":"bagder/scache-unreachable-call","category":null,"codebase":"","comments":"vtls_scache: remove \"Unreachable Call\"\n\nThe condition required to reach this call could not happen, because\ncf_ssl_scache_get() already checks the same condition and returns NULL\nfor 'scache' prior to this.\n\nFound by CodeSonar","files":[{"name":"lib/vtls/vtls_scache.c"}],"number":226258,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"43be9fbff4d928dbe58cb7016ef26cede77f4f7c","revision":"43be9fbff4d928dbe58cb7016ef26cede77f4f7c","revlink":"https://github.com/curl/curl/commit/43be9fbff4d928dbe58cb7016ef26cede77f4f7c","when":1743497167,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"43be9fbff4d928dbe58cb7016ef26cede77f4f7c"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2405/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743986122.728296,1743986125.017573],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743986122.656862,1743986125.020771]},"2406":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2406/steps/git/logs/stdio"]],"number":2406,"properties":[["branch","bagder/gen-certs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2406,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b63fced4c8a2f0d69fed981d34190d0838dd542b","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/gen-certs","changes":[{"at":"Tue 01 Apr 2025 11:07:22","branch":"bagder/gen-certs","category":null,"codebase":"","comments":"tests/certs/Makefile.am: avoid superfluous cert re-generation\n\nFixes #16897","files":[{"name":"tests/Makefile.am"},{"name":"tests/certs/Makefile.am"}],"number":226261,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b63fced4c8a2f0d69fed981d34190d0838dd542b","revision":"b63fced4c8a2f0d69fed981d34190d0838dd542b","revlink":"https://github.com/curl/curl/commit/b63fced4c8a2f0d69fed981d34190d0838dd542b","when":1743498442,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b63fced4c8a2f0d69fed981d34190d0838dd542b"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2406/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743986129.413332,1743986131.684464],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743986129.341767,1743986131.687466]},"2407":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/Runtest/logs/resultlog"]],"number":2407,"properties":[["branch","bagder/memdebug-uppercase","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2407,"Build"],["codebase","","Build"],["got_revision","9c24ab104ff7d7e60e192a1687003aff22269a18","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","9c24ab104ff7d7e60e192a1687003aff22269a18","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/memdebug-uppercase","changes":[{"at":"Tue 01 Apr 2025 12:02:02","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"memdebug: switch all macros to use UPPERCASE\n\nAll monitored functions are now instead provided using the same name but\nusing uppercase. This, to avoid having to redefine the real symbol names\nwhich causes grief occasionally.\n\nThis also \"bans\" the non-uppercase function names with check src to\nprevent the risk that they accidentally slip in again.","files":[{"name":"lib/.checksrc"},{"name":"lib/altsvc.c"},{"name":"lib/amigaos.c"},{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/base64.c"},{"name":"lib/bufq.c"},{"name":"lib/cf-h1-proxy.c"},{"name":"lib/cf-h2-proxy.c"},{"name":"lib/cf-haproxy.c"},{"name":"lib/cf-https-connect.c"},{"name":"lib/cf-socket.c"},{"name":"lib/cfilters.c"},{"name":"lib/config-os400.h"},{"name":"lib/conncache.c"},{"name":"lib/connect.c"},{"name":"lib/content_encoding.c"},{"name":"lib/cookie.c"},{"name":"lib/curl_addrinfo.c"},{"name":"lib/curl_memory.h"},{"name":"lib/curl_multibyte.c"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_setup_once.h"},{"name":"lib/curl_sspi.c"},{"name":"lib/curl_threads.c"},{"name":"lib/cw-out.c"},{"name":"lib/cw-pause.c"},{"name":"lib/dict.c"},{"name":"lib/doh.c"},{"name":"lib/dynbuf.c"},{"name":"lib/dynhds.c"},{"name":"lib/easy.c"},{"name":"lib/escape.c"},{"name":"lib/file.c"},{"name":"lib/fileinfo.c"},{"name":"lib/fopen.c"},{"name":"lib/formdata.c"},{"name":"lib/ftp.c"},{"name":"lib/ftp.h"},{"name":"lib/ftplistparser.c"},{"name":"lib/functypes.h"},{"name":"lib/getenv.c"},{"name":"lib/getinfo.c"},{"name":"lib/gopher.c"},{"name":"lib/hash.c"},{"name":"lib/hash_offt.c"},{"name":"lib/headers.c"},{"name":"lib/hmac.c"},{"name":"lib/hostip.c"},{"name":"lib/hostip4.c"},{"name":"lib/hsts.c"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/http_digest.c"},{"name":"lib/http_negotiate.c"},{"name":"lib/http_ntlm.c"},{"name":"lib/http_proxy.c"},{"name":"lib/httpsrr.c"},{"name":"lib/idn.c"},{"name":"lib/if2ip.c"},{"name":"lib/imap.c"},{"name":"lib/krb5.c"},{"name":"lib/ldap.c"},{"name":"lib/md5.c"},{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"},{"name":"lib/mime.c"},{"name":"lib/mprintf.c"},{"name":"lib/mqtt.c"},{"name":"lib/multi.c"},{"name":"lib/multi_ev.c"},{"name":"lib/multihandle.h"},{"name":"lib/netrc.c"},{"name":"lib/openldap.c"},{"name":"lib/pop3.c"},{"name":"lib/rtsp.c"},{"name":"lib/select.c"},{"name":"lib/sendf.c"},{"name":"lib/setopt.c"},{"name":"lib/setup-vms.h"},{"name":"lib/share.c"},{"name":"lib/slist.c"},{"name":"lib/smb.c"},{"name":"lib/smtp.c"},{"name":"lib/socketpair.c"},{"name":"lib/socks.c"},{"name":"lib/socks_gssapi.c"},{"name":"lib/socks_sspi.c"},{"name":"lib/strdup.c"},{"name":"lib/system_win32.c"},{"name":"lib/telnet.c"},{"name":"lib/tftp.c"},{"name":"lib/transfer.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"lib/urldata.h"},{"name":"lib/vauth/.checksrc"},{"name":"lib/vauth/cleartext.c"},{"name":"lib/vauth/digest.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/spnego_gssapi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vauth/vauth.c"},{"name":"lib/vquic/.checksrc"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vssh/.checksrc"},{"name":"lib/vssh/curl_path.c"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/.checksrc"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/keylog.c"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/mbedtls_threadlock.c"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/rustls.c"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel_int.h"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/ws.c"},{"name":"src/.checksrc"},{"name":"src/mkhelp.pl"},{"name":"src/slist_wc.c"},{"name":"src/tool_cb_dbg.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_cb_soc.c"},{"name":"src/tool_cb_wrt.c"},{"name":"src/tool_cfgable.c"},{"name":"src/tool_doswin.c"},{"name":"src/tool_easysrc.c"},{"name":"src/tool_findfile.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_help.c"},{"name":"src/tool_ipfs.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_ssls.c"},{"name":"src/tool_stderr.c"},{"name":"src/tool_strdup.c"},{"name":"src/tool_strdup.h"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_util.c"},{"name":"src/tool_writeout.c"},{"name":"src/var.c"}],"number":226274,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d355cfdb600fdaa3588b5f30f15d7c14918d246e","revision":"d355cfdb600fdaa3588b5f30f15d7c14918d246e","revlink":"https://github.com/curl/curl/commit/d355cfdb600fdaa3588b5f30f15d7c14918d246e","when":1743501722,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:06:38","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"memdebug: switch all macros to use UPPERCASE\n\nAll monitored functions are now instead provided using the same name but\nusing uppercase. This, to avoid having to redefine the real symbol names\nwhich causes grief occasionally.\n\nThis also \"bans\" the non-uppercase function names with check src to\nprevent the risk that they accidentally slip in again.","files":[{"name":"lib/.checksrc"},{"name":"lib/altsvc.c"},{"name":"lib/amigaos.c"},{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/base64.c"},{"name":"lib/bufq.c"},{"name":"lib/cf-h1-proxy.c"},{"name":"lib/cf-h2-proxy.c"},{"name":"lib/cf-haproxy.c"},{"name":"lib/cf-https-connect.c"},{"name":"lib/cf-socket.c"},{"name":"lib/cfilters.c"},{"name":"lib/config-os400.h"},{"name":"lib/conncache.c"},{"name":"lib/connect.c"},{"name":"lib/content_encoding.c"},{"name":"lib/cookie.c"},{"name":"lib/curl_addrinfo.c"},{"name":"lib/curl_memory.h"},{"name":"lib/curl_multibyte.c"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_setup_once.h"},{"name":"lib/curl_sspi.c"},{"name":"lib/curl_threads.c"},{"name":"lib/cw-out.c"},{"name":"lib/cw-pause.c"},{"name":"lib/dict.c"},{"name":"lib/doh.c"},{"name":"lib/dynbuf.c"},{"name":"lib/dynhds.c"},{"name":"lib/easy.c"},{"name":"lib/escape.c"},{"name":"lib/file.c"},{"name":"lib/fileinfo.c"},{"name":"lib/fopen.c"},{"name":"lib/formdata.c"},{"name":"lib/ftp.c"},{"name":"lib/ftp.h"},{"name":"lib/ftplistparser.c"},{"name":"lib/functypes.h"},{"name":"lib/getenv.c"},{"name":"lib/getinfo.c"},{"name":"lib/gopher.c"},{"name":"lib/hash.c"},{"name":"lib/hash_offt.c"},{"name":"lib/headers.c"},{"name":"lib/hmac.c"},{"name":"lib/hostip.c"},{"name":"lib/hostip4.c"},{"name":"lib/hsts.c"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/http_digest.c"},{"name":"lib/http_negotiate.c"},{"name":"lib/http_ntlm.c"},{"name":"lib/http_proxy.c"},{"name":"lib/httpsrr.c"},{"name":"lib/idn.c"},{"name":"lib/if2ip.c"},{"name":"lib/imap.c"},{"name":"lib/krb5.c"},{"name":"lib/ldap.c"},{"name":"lib/md5.c"},{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"},{"name":"lib/mime.c"},{"name":"lib/mprintf.c"},{"name":"lib/mqtt.c"},{"name":"lib/multi.c"},{"name":"lib/multi_ev.c"},{"name":"lib/multihandle.h"},{"name":"lib/netrc.c"},{"name":"lib/openldap.c"},{"name":"lib/pop3.c"},{"name":"lib/rtsp.c"},{"name":"lib/select.c"},{"name":"lib/sendf.c"},{"name":"lib/setopt.c"},{"name":"lib/setup-vms.h"},{"name":"lib/share.c"},{"name":"lib/slist.c"},{"name":"lib/smb.c"},{"name":"lib/smtp.c"},{"name":"lib/socketpair.c"},{"name":"lib/socks.c"},{"name":"lib/socks_gssapi.c"},{"name":"lib/socks_sspi.c"},{"name":"lib/strdup.c"},{"name":"lib/system_win32.c"},{"name":"lib/telnet.c"},{"name":"lib/tftp.c"},{"name":"lib/transfer.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"lib/urldata.h"},{"name":"lib/vauth/.checksrc"},{"name":"lib/vauth/cleartext.c"},{"name":"lib/vauth/digest.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/spnego_gssapi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vauth/vauth.c"},{"name":"lib/vquic/.checksrc"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vssh/.checksrc"},{"name":"lib/vssh/curl_path.c"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/.checksrc"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/keylog.c"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/mbedtls_threadlock.c"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/rustls.c"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel_int.h"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/ws.c"},{"name":"src/.checksrc"},{"name":"src/mkhelp.pl"},{"name":"src/slist_wc.c"},{"name":"src/tool_cb_dbg.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_cb_soc.c"},{"name":"src/tool_cb_wrt.c"},{"name":"src/tool_cfgable.c"},{"name":"src/tool_doswin.c"},{"name":"src/tool_easysrc.c"},{"name":"src/tool_findfile.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_help.c"},{"name":"src/tool_ipfs.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_ssls.c"},{"name":"src/tool_stderr.c"},{"name":"src/tool_strdup.c"},{"name":"src/tool_strdup.h"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_util.c"},{"name":"src/tool_writeout.c"},{"name":"src/var.c"}],"number":226695,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"38b761b13dc206657eea0188a2b0add80cb4c785","revision":"38b761b13dc206657eea0188a2b0add80cb4c785","revlink":"https://github.com/curl/curl/commit/38b761b13dc206657eea0188a2b0add80cb4c785","when":1743858398,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:13:50","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"fixup some functions for non-debug builds","files":[{"name":"lib/memdebug.h"}],"number":226697,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1bbaa019e73481c5728f8e6e0a591e7068e17d92","revision":"1bbaa019e73481c5728f8e6e0a591e7068e17d92","revlink":"https://github.com/curl/curl/commit/1bbaa019e73481c5728f8e6e0a591e7068e17d92","when":1743858830,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:15:39","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"fixup FCLOSE","files":[{"name":"lib/memdebug.h"}],"number":226699,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7c6ac93154c994ecbe621bf5b801feb755b7c778","revision":"7c6ac93154c994ecbe621bf5b801feb755b7c778","revlink":"https://github.com/curl/curl/commit/7c6ac93154c994ecbe621bf5b801feb755b7c778","when":1743858939,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:17:38","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"SEND and RECV","files":[{"name":"lib/memdebug.h"}],"number":226701,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ca8980111d51dca04eeb3674b19afd6acf4b36df","revision":"ca8980111d51dca04eeb3674b19afd6acf4b36df","revlink":"https://github.com/curl/curl/commit/ca8980111d51dca04eeb3674b19afd6acf4b36df","when":1743859058,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:19:08","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"FDOPEN","files":[{"name":"lib/memdebug.h"}],"number":226703,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"80104bf2da62bd4552ae628b4145f8b0bb9616f9","revision":"80104bf2da62bd4552ae628b4145f8b0bb9616f9","revlink":"https://github.com/curl/curl/commit/80104bf2da62bd4552ae628b4145f8b0bb9616f9","when":1743859148,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:26:41","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"fix symbols for tool code non-debug","files":[{"name":"lib/memdebug.h"}],"number":226705,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"33ed81edd26c75f6149e3449cf225fc32e8df989","revision":"33ed81edd26c75f6149e3449cf225fc32e8df989","revlink":"https://github.com/curl/curl/commit/33ed81edd26c75f6149e3449cf225fc32e8df989","when":1743859601,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:29:57","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"fixup the libcurl memory setup for libcurl builds only","files":[{"name":"lib/curl_memory.h"}],"number":226707,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9bcf12bd1389af28734faf8c9ace6bd41290f4ca","revision":"9bcf12bd1389af28734faf8c9ace6bd41290f4ca","revlink":"https://github.com/curl/curl/commit/9bcf12bd1389af28734faf8c9ace6bd41290f4ca","when":1743859797,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 15:33:40","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"FOPEN fix for win","files":[{"name":"lib/memdebug.h"}],"number":226709,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6c7414797f4eb735a0b5157db23e1376dc2e073a","revision":"6c7414797f4eb735a0b5157db23e1376dc2e073a","revlink":"https://github.com/curl/curl/commit/6c7414797f4eb735a0b5157db23e1376dc2e073a","when":1743860020,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 21:55:45","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"memdebug: switch all macros to use UPPERCASE\n\nAll monitored functions are now instead provided using the same name but\nusing uppercase. This, to avoid having to redefine the real symbol names\nwhich causes grief occasionally.\n\nThis also \"bans\" the non-uppercase function names with check src to\nprevent the risk that they accidentally slip in again.","files":[{"name":"lib/.checksrc"},{"name":"lib/altsvc.c"},{"name":"lib/amigaos.c"},{"name":"lib/asyn-ares.c"},{"name":"lib/asyn-thread.c"},{"name":"lib/base64.c"},{"name":"lib/bufq.c"},{"name":"lib/cf-h1-proxy.c"},{"name":"lib/cf-h2-proxy.c"},{"name":"lib/cf-haproxy.c"},{"name":"lib/cf-https-connect.c"},{"name":"lib/cf-socket.c"},{"name":"lib/cfilters.c"},{"name":"lib/config-os400.h"},{"name":"lib/conncache.c"},{"name":"lib/connect.c"},{"name":"lib/content_encoding.c"},{"name":"lib/cookie.c"},{"name":"lib/curl_addrinfo.c"},{"name":"lib/curl_memory.h"},{"name":"lib/curl_multibyte.c"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_setup_once.h"},{"name":"lib/curl_sspi.c"},{"name":"lib/curl_threads.c"},{"name":"lib/cw-out.c"},{"name":"lib/cw-pause.c"},{"name":"lib/dict.c"},{"name":"lib/doh.c"},{"name":"lib/dynbuf.c"},{"name":"lib/dynhds.c"},{"name":"lib/easy.c"},{"name":"lib/escape.c"},{"name":"lib/file.c"},{"name":"lib/fileinfo.c"},{"name":"lib/fopen.c"},{"name":"lib/formdata.c"},{"name":"lib/ftp.c"},{"name":"lib/ftp.h"},{"name":"lib/ftplistparser.c"},{"name":"lib/functypes.h"},{"name":"lib/getenv.c"},{"name":"lib/getinfo.c"},{"name":"lib/gopher.c"},{"name":"lib/hash.c"},{"name":"lib/hash_offt.c"},{"name":"lib/headers.c"},{"name":"lib/hmac.c"},{"name":"lib/hostip.c"},{"name":"lib/hostip4.c"},{"name":"lib/hsts.c"},{"name":"lib/http.c"},{"name":"lib/http2.c"},{"name":"lib/http_aws_sigv4.c"},{"name":"lib/http_digest.c"},{"name":"lib/http_negotiate.c"},{"name":"lib/http_ntlm.c"},{"name":"lib/http_proxy.c"},{"name":"lib/httpsrr.c"},{"name":"lib/idn.c"},{"name":"lib/if2ip.c"},{"name":"lib/imap.c"},{"name":"lib/krb5.c"},{"name":"lib/ldap.c"},{"name":"lib/md5.c"},{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"},{"name":"lib/mime.c"},{"name":"lib/mprintf.c"},{"name":"lib/mqtt.c"},{"name":"lib/multi.c"},{"name":"lib/multi_ev.c"},{"name":"lib/multihandle.h"},{"name":"lib/netrc.c"},{"name":"lib/openldap.c"},{"name":"lib/pop3.c"},{"name":"lib/rtsp.c"},{"name":"lib/select.c"},{"name":"lib/sendf.c"},{"name":"lib/setopt.c"},{"name":"lib/setup-vms.h"},{"name":"lib/share.c"},{"name":"lib/slist.c"},{"name":"lib/smb.c"},{"name":"lib/smtp.c"},{"name":"lib/socketpair.c"},{"name":"lib/socks.c"},{"name":"lib/socks_gssapi.c"},{"name":"lib/socks_sspi.c"},{"name":"lib/strdup.c"},{"name":"lib/system_win32.c"},{"name":"lib/telnet.c"},{"name":"lib/tftp.c"},{"name":"lib/transfer.c"},{"name":"lib/url.c"},{"name":"lib/urlapi.c"},{"name":"lib/urldata.h"},{"name":"lib/vauth/.checksrc"},{"name":"lib/vauth/cleartext.c"},{"name":"lib/vauth/digest.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/spnego_gssapi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vauth/vauth.c"},{"name":"lib/vquic/.checksrc"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vssh/.checksrc"},{"name":"lib/vssh/curl_path.c"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/.checksrc"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/keylog.c"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/mbedtls_threadlock.c"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/rustls.c"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel_int.h"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/ws.c"},{"name":"src/.checksrc"},{"name":"src/mkhelp.pl"},{"name":"src/slist_wc.c"},{"name":"src/tool_cb_dbg.c"},{"name":"src/tool_cb_hdr.c"},{"name":"src/tool_cb_soc.c"},{"name":"src/tool_cb_wrt.c"},{"name":"src/tool_cfgable.c"},{"name":"src/tool_doswin.c"},{"name":"src/tool_easysrc.c"},{"name":"src/tool_findfile.c"},{"name":"src/tool_formparse.c"},{"name":"src/tool_getparam.c"},{"name":"src/tool_help.c"},{"name":"src/tool_ipfs.c"},{"name":"src/tool_main.c"},{"name":"src/tool_operate.c"},{"name":"src/tool_operhlp.c"},{"name":"src/tool_paramhlp.c"},{"name":"src/tool_parsecfg.c"},{"name":"src/tool_setopt.c"},{"name":"src/tool_ssls.c"},{"name":"src/tool_stderr.c"},{"name":"src/tool_strdup.c"},{"name":"src/tool_strdup.h"},{"name":"src/tool_urlglob.c"},{"name":"src/tool_util.c"},{"name":"src/tool_writeout.c"},{"name":"src/var.c"}],"number":226744,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8a868eef2fb0a1416598cfd3869e121d424ea1bb","revision":"8a868eef2fb0a1416598cfd3869e121d424ea1bb","revlink":"https://github.com/curl/curl/commit/8a868eef2fb0a1416598cfd3869e121d424ea1bb","when":1743882945,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 22:04:10","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"more attempts for tool code","files":[{"name":"lib/curl_memory.h"},{"name":"lib/memdebug.h"}],"number":226746,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1bb671dc64911c96469373aca36922916f679ee1","revision":"1bb671dc64911c96469373aca36922916f679ee1","revlink":"https://github.com/curl/curl/commit/1bb671dc64911c96469373aca36922916f679ee1","when":1743883450,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 22:12:05","branch":"bagder/memdebug-uppercase","category":null,"codebase":"","comments":"fixup multibyte, remove debug printf","files":[{"name":"lib/curl_multibyte.c"},{"name":"src/tool_main.c"}],"number":226749,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9c24ab104ff7d7e60e192a1687003aff22269a18","revision":"9c24ab104ff7d7e60e192a1687003aff22269a18","revlink":"https://github.com/curl/curl/commit/9c24ab104ff7d7e60e192a1687003aff22269a18","when":1743883925,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"9c24ab104ff7d7e60e192a1687003aff22269a18"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743986136.528494,1743986155.713439],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743986155.717172,1743986155.875599],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743986155.877887,1743986156.017987],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2407/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743986156.020257,1743995227.023048],"urls":{}}],"text":["build","successful"],"times":[1743986136.414014,1743995227.034098]},"2408":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2408/steps/git/logs/stdio"]],"number":2408,"properties":[["branch","bagder/past-versions","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2408,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","e650f2cc789e22a6d63de90e3fa53d74df90fcb7","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/past-versions","changes":[{"at":"Tue 01 Apr 2025 17:41:08","branch":"bagder/past-versions","category":null,"codebase":"","comments":"VERSIONS: list all past releases\n\nThis document now lists all previous releases.\n\nThis allows us to verify that documentation refers to actual release\nversions.\n\nTest 971 now verifies options-in-versions and all command line options\ndocumentation individually. Fixed a few discrepancies.","files":[{"name":"docs/VERSIONS.md"},{"name":"docs/cmdline-opts/ftp-skip-pasv-ip.md"},{"name":"docs/cmdline-opts/proto-redir.md"},{"name":"docs/cmdline-opts/proto.md"},{"name":"docs/options-in-versions"},{"name":"tests/allversions.pm"},{"name":"tests/data/test971"},{"name":"tests/test971.pl"}],"number":226309,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b26d7b1cd8f450bcb75b3fbfeb75b49086b11d62","revision":"b26d7b1cd8f450bcb75b3fbfeb75b49086b11d62","revlink":"https://github.com/curl/curl/commit/b26d7b1cd8f450bcb75b3fbfeb75b49086b11d62","when":1743522068,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 17:56:15","branch":"bagder/past-versions","category":null,"codebase":"","comments":"also check versions in test 1488","files":[{"name":"docs/libcurl/curl_global_trace.md"},{"name":"docs/libcurl/curl_version_info.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"tests/data/test1488"},{"name":"tests/test1488.pl"}],"number":226310,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ce7e94db9feab08d605ae3e96e8cb113f35bf2b4","revision":"ce7e94db9feab08d605ae3e96e8cb113f35bf2b4","revlink":"https://github.com/curl/curl/commit/ce7e94db9feab08d605ae3e96e8cb113f35bf2b4","when":1743522975,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 23:26:48","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup add allversions.pm to dist","files":[{"name":"tests/Makefile.am"}],"number":226323,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fdc88687fa4e0b72c6206e78df1c451ba63954b4","revision":"fdc88687fa4e0b72c6206e78df1c451ba63954b4","revlink":"https://github.com/curl/curl/commit/fdc88687fa4e0b72c6206e78df1c451ba63954b4","when":1743542808,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 23:28:57","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup die on failing to get the version file","files":[{"name":"tests/allversions.pm"}],"number":226324,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a56d89493a519f646c6e63e6883c5754e3be7a55","revision":"a56d89493a519f646c6e63e6883c5754e3be7a55","revlink":"https://github.com/curl/curl/commit/a56d89493a519f646c6e63e6883c5754e3be7a55","when":1743542937,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 01 Apr 2025 23:44:17","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup verify that it reads a lot of releases","files":[{"name":"tests/allversions.pm"}],"number":226326,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bc01614c5970aea44ac775b21fafc2cf7aeb31ce","revision":"bc01614c5970aea44ac775b21fafc2cf7aeb31ce","revlink":"https://github.com/curl/curl/commit/bc01614c5970aea44ac775b21fafc2cf7aeb31ce","when":1743543857,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 00:26:50","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup DEBUG","files":[{"name":"tests/allversions.pm"}],"number":226330,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8593a30dd7f1cdd0d0abf448a74303451a110efe","revision":"8593a30dd7f1cdd0d0abf448a74303451a110efe","revlink":"https://github.com/curl/curl/commit/8593a30dd7f1cdd0d0abf448a74303451a110efe","when":1743546410,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 14:09:11","branch":"bagder/past-versions","category":null,"codebase":"","comments":"VERSIONS: list all past releases\n\nThis document now lists all previous releases.\n\nThis allows us to verify that documentation refers to actual release\nversions.\n\nTest 971 now verifies options-in-versions and all command line options\ndocumentation individually. Fixed a few discrepancies.","files":[{"name":"docs/VERSIONS.md"},{"name":"docs/cmdline-opts/ftp-skip-pasv-ip.md"},{"name":"docs/cmdline-opts/proto-redir.md"},{"name":"docs/cmdline-opts/proto.md"},{"name":"docs/libcurl/curl_global_trace.md"},{"name":"docs/libcurl/curl_version_info.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"docs/options-in-versions"},{"name":"tests/Makefile.am"},{"name":"tests/allversions.pm"},{"name":"tests/data/test1488"},{"name":"tests/data/test971"},{"name":"tests/test1488.pl"},{"name":"tests/test971.pl"}],"number":226380,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"29e5ff050d7bd02760a8eb0bcf98b96066f9829f","revision":"29e5ff050d7bd02760a8eb0bcf98b96066f9829f","revlink":"https://github.com/curl/curl/commit/29e5ff050d7bd02760a8eb0bcf98b96066f9829f","when":1743595751,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 14:26:29","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup the Added-in parsing to work better on windows","files":[{"name":"tests/test1488.pl"}],"number":226392,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ed7083812a5731c7efcdb96897dc0c78e4e938ef","revision":"ed7083812a5731c7efcdb96897dc0c78e4e938ef","revlink":"https://github.com/curl/curl/commit/ed7083812a5731c7efcdb96897dc0c78e4e938ef","when":1743596789,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 14:54:47","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup how about this way?","files":[{"name":"tests/test1488.pl"}],"number":226397,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"559972ffde642e3cdbf48ad32c1ff3689601fbb6","revision":"559972ffde642e3cdbf48ad32c1ff3689601fbb6","revlink":"https://github.com/curl/curl/commit/559972ffde642e3cdbf48ad32c1ff3689601fbb6","when":1743598487,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 15:35:23","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup try ignoring CR as well in SIV","files":[{"name":"tests/test1488.pl"}],"number":226402,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"bef0b55e5287e8e2bf5acba4830c7a2e1447aede","revision":"bef0b55e5287e8e2bf5acba4830c7a2e1447aede","revlink":"https://github.com/curl/curl/commit/bef0b55e5287e8e2bf5acba4830c7a2e1447aede","when":1743600923,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 15:46:34","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup strip off more CR","files":[{"name":"tests/test1488.pl"}],"number":226404,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"61bce671af058e194197f9a731db4a11f103f183","revision":"61bce671af058e194197f9a731db4a11f103f183","revlink":"https://github.com/curl/curl/commit/61bce671af058e194197f9a731db4a11f103f183","when":1743601594,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 16:04:06","branch":"bagder/past-versions","category":null,"codebase":"","comments":"fixup another test1488.pl SIB parsing attempt","files":[{"name":"tests/test1488.pl"}],"number":226408,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8fe36354db8bc9bf7a0c31afb434aaa3b1d1aa79","revision":"8fe36354db8bc9bf7a0c31afb434aaa3b1d1aa79","revlink":"https://github.com/curl/curl/commit/8fe36354db8bc9bf7a0c31afb434aaa3b1d1aa79","when":1743602646,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 22:43:27","branch":"bagder/past-versions","category":null,"codebase":"","comments":"VERSIONS: list all past releases\n\nThis document now lists all previous releases.\n\nThis allows us to verify that documentation refers to actual release\nversions.\n\nTest 971 now verifies options-in-versions and all command line options\ndocumentation individually. Fixed a few discrepancies.\n\nTest 1488 verifies libcurl options \"Added-in\" to exist. Fixed a few\ndiscrepancies there as well.\n\nCloses #16907","files":[{"name":"docs/VERSIONS.md"},{"name":"docs/cmdline-opts/ftp-skip-pasv-ip.md"},{"name":"docs/cmdline-opts/proto-redir.md"},{"name":"docs/cmdline-opts/proto.md"},{"name":"docs/libcurl/curl_global_trace.md"},{"name":"docs/libcurl/curl_version_info.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"docs/options-in-versions"},{"name":"tests/Makefile.am"},{"name":"tests/allversions.pm"},{"name":"tests/data/test1488"},{"name":"tests/data/test971"},{"name":"tests/test1488.pl"},{"name":"tests/test971.pl"}],"number":226420,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e650f2cc789e22a6d63de90e3fa53d74df90fcb7","revision":"e650f2cc789e22a6d63de90e3fa53d74df90fcb7","revlink":"https://github.com/curl/curl/commit/e650f2cc789e22a6d63de90e3fa53d74df90fcb7","when":1743626607,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"e650f2cc789e22a6d63de90e3fa53d74df90fcb7"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2408/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743995234.006457,1743995237.156543],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743995233.884044,1743995237.16278]},"2409":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2409/steps/git/logs/stdio"]],"number":2409,"properties":[["branch","renovate/rojopolis-spellcheck-github-actions-digest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2409,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","aa1b5eb6ef74e0a8332fb4b67a435f38cd2a22fd","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/rojopolis-spellcheck-github-actions-digest","changes":[{"at":"Wed 02 Apr 2025 01:15:47","branch":"renovate/rojopolis-spellcheck-github-actions-digest","category":null,"codebase":"","comments":"ci: Update rojopolis/spellcheck-github-actions digest to c18ddfa","files":[{"name":".github/workflows/checkdocs.yml"}],"number":226336,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"aa1b5eb6ef74e0a8332fb4b67a435f38cd2a22fd","revision":"aa1b5eb6ef74e0a8332fb4b67a435f38cd2a22fd","revlink":"https://github.com/curl/curl/commit/aa1b5eb6ef74e0a8332fb4b67a435f38cd2a22fd","when":1743549347,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"aa1b5eb6ef74e0a8332fb4b67a435f38cd2a22fd"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2409/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1743995241.572077,1743995244.249878],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1743995241.490052,1743995244.253258]},"2410":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/Runtest/logs/resultlog"]],"number":2410,"properties":[["branch","renovate/cloudflare-quiche-0.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2410,"Build"],["codebase","","Build"],["got_revision","5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/cloudflare-quiche-0.x","changes":[{"at":"Wed 02 Apr 2025 01:15:51","branch":"renovate/cloudflare-quiche-0.x","category":null,"codebase":"","comments":"ci: Update dependency cloudflare/quiche to v0.23.5","files":[{"name":".github/workflows/http3-linux.yml"}],"number":226338,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0d37237c8db2fb660b19a1f841539df83a65e3bb","revision":"0d37237c8db2fb660b19a1f841539df83a65e3bb","revlink":"https://github.com/curl/curl/commit/0d37237c8db2fb660b19a1f841539df83a65e3bb","when":1743549351,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Wed 02 Apr 2025 04:03:30","branch":"renovate/cloudflare-quiche-0.x","category":null,"codebase":"","comments":"ci: Update dependency cloudflare/quiche to v0.23.5","files":[{"name":".github/workflows/http3-linux.yml"}],"number":226346,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"13af176a9fb83a0d2cbb437c9245c22946a2d0fc","revision":"13af176a9fb83a0d2cbb437c9245c22946a2d0fc","revlink":"https://github.com/curl/curl/commit/13af176a9fb83a0d2cbb437c9245c22946a2d0fc","when":1743559410,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"},{"at":"Fri 04 Apr 2025 21:32:00","branch":"renovate/cloudflare-quiche-0.x","category":null,"codebase":"","comments":"ci: Update dependency cloudflare/quiche to v0.23.6","files":[{"name":".github/workflows/http3-linux.yml"}],"number":226641,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d","revision":"5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d","revlink":"https://github.com/curl/curl/commit/5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d","when":1743795120,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"5b1c2eb44f43d74d6f130c45935c91ec1f0ff41d"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1743995255.052264,1743995278.558924],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1743995278.563173,1743995278.729366],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1743995278.731964,1743995278.889593],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2410/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1743995278.892145,1744005551.042979],"urls":{}}],"text":["build","successful"],"times":[1743995254.96512,1744005551.069822]},"2411":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2411/steps/git/logs/stdio"]],"number":2411,"properties":[["branch","bagder/thanks-set","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2411,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","39cf9dcb0f23f4a8dd45fa4bd44b7c537d19b575","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/thanks-set","changes":[{"at":"Wed 02 Apr 2025 09:41:49","branch":"bagder/thanks-set","category":null,"codebase":"","comments":"contrithanks.sh: drop set -e\n\nMakes the script work again","files":[{"name":"scripts/contrithanks.sh"}],"number":226352,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"39cf9dcb0f23f4a8dd45fa4bd44b7c537d19b575","revision":"39cf9dcb0f23f4a8dd45fa4bd44b7c537d19b575","revlink":"https://github.com/curl/curl/commit/39cf9dcb0f23f4a8dd45fa4bd44b7c537d19b575","when":1743579709,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"39cf9dcb0f23f4a8dd45fa4bd44b7c537d19b575"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2411/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005556.097662,1744005559.236113],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005556.0089,1744005559.241087]},"2412":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2412/steps/git/logs/stdio"]],"number":2412,"properties":[["branch","bagder/gencert-no-openssl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2412,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","15223d99ae42e44e288220ee339cd1894de7fa7f","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/gencert-no-openssl","changes":[{"at":"Wed 02 Apr 2025 23:21:55","branch":"bagder/gencert-no-openssl","category":null,"codebase":"","comments":"genserv: error out if the openssl tool is missing\n\nRef: #16926","files":[{"name":"tests/certs/genserv.pl"}],"number":226428,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fd87108a9bb5ae419c275b58761f36cb0280df0c","revision":"fd87108a9bb5ae419c275b58761f36cb0280df0c","revlink":"https://github.com/curl/curl/commit/fd87108a9bb5ae419c275b58761f36cb0280df0c","when":1743628915,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 23:26:47","branch":"bagder/gencert-no-openssl","category":null,"codebase":"","comments":"fixup expand the error","files":[{"name":"tests/certs/genserv.pl"}],"number":226430,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"815dec4a4987f875bbd9b0124c1095394681b13b","revision":"815dec4a4987f875bbd9b0124c1095394681b13b","revlink":"https://github.com/curl/curl/commit/815dec4a4987f875bbd9b0124c1095394681b13b","when":1743629207,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 23:28:22","branch":"bagder/gencert-no-openssl","category":null,"codebase":"","comments":"fixup try -version, without just one dash","files":[{"name":"tests/certs/genserv.pl"}],"number":226432,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"caf065ce2061b01c20637a3f4173c86d3658a28a","revision":"caf065ce2061b01c20637a3f4173c86d3658a28a","revlink":"https://github.com/curl/curl/commit/caf065ce2061b01c20637a3f4173c86d3658a28a","when":1743629302,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Wed 02 Apr 2025 23:32:52","branch":"bagder/gencert-no-openssl","category":null,"codebase":"","comments":"fixup ok, try the sub command \"version\"","files":[{"name":"tests/certs/genserv.pl"}],"number":226435,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"15223d99ae42e44e288220ee339cd1894de7fa7f","revision":"15223d99ae42e44e288220ee339cd1894de7fa7f","revlink":"https://github.com/curl/curl/commit/15223d99ae42e44e288220ee339cd1894de7fa7f","when":1743629572,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"15223d99ae42e44e288220ee339cd1894de7fa7f"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2412/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005563.466668,1744005565.917823],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005563.381849,1744005565.921249]},"2413":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2413/steps/git/logs/stdio"]],"number":2413,"properties":[["branch","bagder/gssap-build","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2413,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","24d333fa58bf13b2220dd469c1cfd9191d1fe39a","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/gssap-build","changes":[{"at":"Thu 03 Apr 2025 08:49:20","branch":"bagder/gssap-build","category":null,"codebase":"","comments":"curl_krbt: only use functions if FTP is still enabled\n\nReported-by: x1sc0 on github\nFixes #16925","files":[{"name":"lib/curl_krb5.h"}],"number":226475,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"24d333fa58bf13b2220dd469c1cfd9191d1fe39a","revision":"24d333fa58bf13b2220dd469c1cfd9191d1fe39a","revlink":"https://github.com/curl/curl/commit/24d333fa58bf13b2220dd469c1cfd9191d1fe39a","when":1743662960,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"24d333fa58bf13b2220dd469c1cfd9191d1fe39a"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2413/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005569.880828,1744005572.857588],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005569.787463,1744005572.861475]},"2414":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2414/steps/git/logs/stdio"]],"number":2414,"properties":[["branch","bagder/if2ip-ftp","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2414,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","4ffc8ae827ddd2f088d5aea62ecc8436ce14fa40","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/if2ip-ftp","changes":[{"at":"Thu 03 Apr 2025 09:26:01","branch":"bagder/if2ip-ftp","category":null,"codebase":"","comments":"if2ip: build the function also if FTP is present\n\nPreviously it was not compiled if CURL_DISABLE_BINDLOCAL is set, but the\nFTP code is also using this function.\n\nEasily found by using configure --disable-bindlocal without disabling\nFTP.","files":[{"name":"lib/if2ip.c"}],"number":226477,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4ffc8ae827ddd2f088d5aea62ecc8436ce14fa40","revision":"4ffc8ae827ddd2f088d5aea62ecc8436ce14fa40","revlink":"https://github.com/curl/curl/commit/4ffc8ae827ddd2f088d5aea62ecc8436ce14fa40","when":1743665161,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"4ffc8ae827ddd2f088d5aea62ecc8436ce14fa40"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2414/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005576.661586,1744005579.063869],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005576.572477,1744005579.067347]},"2415":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2415/steps/git/logs/stdio"]],"number":2415,"properties":[["branch","bagder/configure-disable-rt","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2415,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a0a0fd5cae00d9071c330b42e0fbc3e802286e22","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/configure-disable-rt","changes":[{"at":"Thu 03 Apr 2025 10:12:53","branch":"bagder/configure-disable-rt","category":null,"codebase":"","comments":"configure: fix --disable-rt\n\nThis option now better only prevents the actual -lrt to be used, and\nthus has no effect if the system does not need -lt for the monotonic\nclock etc.\n\nFixes #16932","files":[{"name":"acinclude.m4"},{"name":"configure.ac"}],"number":226479,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a0a0fd5cae00d9071c330b42e0fbc3e802286e22","revision":"a0a0fd5cae00d9071c330b42e0fbc3e802286e22","revlink":"https://github.com/curl/curl/commit/a0a0fd5cae00d9071c330b42e0fbc3e802286e22","when":1743667973,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a0a0fd5cae00d9071c330b42e0fbc3e802286e22"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2415/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005582.95211,1744005585.50349],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005582.864495,1744005585.507298]},"2416":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2416/steps/git/logs/stdio"]],"number":2416,"properties":[["branch","bagder/cpool_init-void","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2416,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","4b6c237d17df2cb46c924bbe5ea28122de858106","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/cpool_init-void","changes":[{"at":"Thu 03 Apr 2025 10:48:25","branch":"bagder/cpool_init-void","category":null,"codebase":"","comments":"conncache: make Curl_cpool_init return void\n\nSince it cannot fail, removing the return code simplifies the code paths\ncalling this function.","files":[{"name":"lib/conncache.c"},{"name":"lib/conncache.h"},{"name":"lib/multi.c"},{"name":"lib/share.c"}],"number":226482,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4b6c237d17df2cb46c924bbe5ea28122de858106","revision":"4b6c237d17df2cb46c924bbe5ea28122de858106","revlink":"https://github.com/curl/curl/commit/4b6c237d17df2cb46c924bbe5ea28122de858106","when":1743670105,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"4b6c237d17df2cb46c924bbe5ea28122de858106"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2416/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005589.198872,1744005591.597068],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005589.112276,1744005591.600566]},"2417":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2417/steps/git/logs/stdio"]],"number":2417,"properties":[["branch","bagder/disable-threaded-doh","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2417,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a8ee0b7f1f64ed16cbeda58efac553994fd2d9ca","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/disable-threaded-doh","changes":[{"at":"Thu 03 Apr 2025 11:35:06","branch":"bagder/disable-threaded-doh","category":null,"codebase":"","comments":"hostip: fix build without threaded-resolver and without DoH","files":[{"name":"lib/hostip.c"}],"number":226491,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a8ee0b7f1f64ed16cbeda58efac553994fd2d9ca","revision":"a8ee0b7f1f64ed16cbeda58efac553994fd2d9ca","revlink":"https://github.com/curl/curl/commit/a8ee0b7f1f64ed16cbeda58efac553994fd2d9ca","when":1743672906,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a8ee0b7f1f64ed16cbeda58efac553994fd2d9ca"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2417/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005595.333215,1744005597.829424],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005595.247086,1744005597.843311]},"2418":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2418/steps/git/logs/stdio"]],"number":2418,"properties":[["branch","bagder/http-no-auth","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2418,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a406db90a33a731f32752fd094b605e8705fe17f","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/http-no-auth","changes":[{"at":"Thu 03 Apr 2025 12:11:26","branch":"bagder/http-no-auth","category":null,"codebase":"","comments":"http: fix a build error when all auths are disabled\n\nerror: \u2018result\u2019 undeclared (first use in this function)\n\nFound with randdisable","files":[{"name":"lib/http.c"}],"number":226497,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a406db90a33a731f32752fd094b605e8705fe17f","revision":"a406db90a33a731f32752fd094b605e8705fe17f","revlink":"https://github.com/curl/curl/commit/a406db90a33a731f32752fd094b605e8705fe17f","when":1743675086,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a406db90a33a731f32752fd094b605e8705fe17f"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2418/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005601.709222,1744005604.197273],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005601.611529,1744005604.202908]},"2419":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2419/steps/git/logs/stdio"]],"number":2419,"properties":[["branch","bagder/tests-openssl","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2419,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","de86c07ec13074530d2bf197f30d3725f2c99aa4","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tests-openssl","changes":[{"at":"Thu 03 Apr 2025 14:28:37","branch":"bagder/tests-openssl","category":null,"codebase":"","comments":"tests/README.md: list the openssl tool among the prerequisites\n\nUsed for test cert generation since 8.13.0","files":[{"name":"tests/README.md"}],"number":226511,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"05a1e4dfa143769f77143c9de32e8718aa44221c","revision":"05a1e4dfa143769f77143c9de32e8718aa44221c","revlink":"https://github.com/curl/curl/commit/05a1e4dfa143769f77143c9de32e8718aa44221c","when":1743683317,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 16:06:18","branch":"bagder/tests-openssl","category":null,"codebase":"","comments":"fixup quote the prereq names","files":[{"name":"tests/README.md"}],"number":226525,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"de86c07ec13074530d2bf197f30d3725f2c99aa4","revision":"de86c07ec13074530d2bf197f30d3725f2c99aa4","revlink":"https://github.com/curl/curl/commit/de86c07ec13074530d2bf197f30d3725f2c99aa4","when":1743689178,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"de86c07ec13074530d2bf197f30d3725f2c99aa4"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2419/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005607.704354,1744005610.227893],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005607.628298,1744005610.241292]},"2420":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2420/steps/git/logs/stdio"]],"number":2420,"properties":[["branch","bagder/gnutls-wkday","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2420,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","5717bb3c6e40798c2e49bbfc1bb9ee9078695c87","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/gnutls-wkday","changes":[{"at":"Thu 03 Apr 2025 15:40:38","branch":"bagder/gnutls-wkday","category":null,"codebase":"","comments":"parsedate: provide Curl_wkday also for GnuTLS builds\n\nOtherwise --disable-dateparse + --with-gnutls builds might fail.\n\nFound with randdisable","files":[{"name":"lib/parsedate.c"}],"number":226520,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5717bb3c6e40798c2e49bbfc1bb9ee9078695c87","revision":"5717bb3c6e40798c2e49bbfc1bb9ee9078695c87","revlink":"https://github.com/curl/curl/commit/5717bb3c6e40798c2e49bbfc1bb9ee9078695c87","when":1743687638,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"5717bb3c6e40798c2e49bbfc1bb9ee9078695c87"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2420/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005613.58677,1744005616.014814],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005613.512263,1744005616.027813]},"2421":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2421/steps/git/logs/stdio"]],"number":2421,"properties":[["branch","bagder/tests-duphandle","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2421,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","534f103c683bba06a9bb7d809a8e4624792cc281","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tests-duphandle","changes":[{"at":"Thu 03 Apr 2025 16:31:24","branch":"bagder/tests-duphandle","category":null,"codebase":"","comments":"tests/README.md: document --test-duphandle\n\nFollow-up to cbafcec50bc99ba0dd0490e6","files":[{"name":"tests/README.md"}],"number":226528,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3fbade9d39ae24a4a506b3c4dcbdd5ca9c442ec8","revision":"3fbade9d39ae24a4a506b3c4dcbdd5ca9c442ec8","revlink":"https://github.com/curl/curl/commit/3fbade9d39ae24a4a506b3c4dcbdd5ca9c442ec8","when":1743690684,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 16:33:37","branch":"bagder/tests-duphandle","category":null,"codebase":"","comments":"fixup language","files":[{"name":"tests/README.md"}],"number":226531,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"246a9b8bc0165fd1283ba2df819f1f507d565909","revision":"246a9b8bc0165fd1283ba2df819f1f507d565909","revlink":"https://github.com/curl/curl/commit/246a9b8bc0165fd1283ba2df819f1f507d565909","when":1743690817,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Thu 03 Apr 2025 16:36:20","branch":"bagder/tests-duphandle","category":null,"codebase":"","comments":"fixup spelling","files":[{"name":"tests/README.md"}],"number":226533,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"534f103c683bba06a9bb7d809a8e4624792cc281","revision":"534f103c683bba06a9bb7d809a8e4624792cc281","revlink":"https://github.com/curl/curl/commit/534f103c683bba06a9bb7d809a8e4624792cc281","when":1743690980,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"534f103c683bba06a9bb7d809a8e4624792cc281"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2421/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005619.622026,1744005622.087055],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005619.533092,1744005622.09867]},"2422":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2422/steps/git/logs/stdio"]],"number":2422,"properties":[["branch","bagder/asyn-without-socketpair","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2422,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","e44563db61d8cd036c5866381652ecc8500111e6","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/asyn-without-socketpair","changes":[{"at":"Thu 03 Apr 2025 16:47:59","branch":"bagder/asyn-without-socketpair","category":null,"codebase":"","comments":"asyn-thread: fix build without socketpair\n\nFollow-up to 9b6148e9d95db54a752b03b571296c40d66e97fe","files":[{"name":"lib/asyn-thread.c"}],"number":226540,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e44563db61d8cd036c5866381652ecc8500111e6","revision":"e44563db61d8cd036c5866381652ecc8500111e6","revlink":"https://github.com/curl/curl/commit/e44563db61d8cd036c5866381652ecc8500111e6","when":1743691679,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"e44563db61d8cd036c5866381652ecc8500111e6"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2422/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744005625.452437,1744005627.982952],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744005625.366143,1744005627.986457]},"2423":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/Runtest/logs/resultlog"]],"number":2423,"properties":[["branch","bagder/tests-require-ipfs-for-ipfs","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2423,"Build"],["codebase","","Build"],["got_revision","c585ab4d598c81786a0ac2263565c582abfb3a92","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","c585ab4d598c81786a0ac2263565c582abfb3a92","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tests-require-ipfs-for-ipfs","changes":[{"at":"Thu 03 Apr 2025 19:34:33","branch":"bagder/tests-require-ipfs-for-ipfs","category":null,"codebase":"","comments":"tests: mark ipfs tests to require ipfs\n\nFixes #16947\nReported-by: Daniel Engberg","files":[{"name":"tests/data/test722"},{"name":"tests/data/test723"},{"name":"tests/data/test724"},{"name":"tests/data/test725"},{"name":"tests/data/test726"},{"name":"tests/data/test727"},{"name":"tests/data/test730"},{"name":"tests/data/test731"},{"name":"tests/data/test732"},{"name":"tests/data/test733"},{"name":"tests/data/test734"},{"name":"tests/data/test735"},{"name":"tests/data/test736"},{"name":"tests/data/test737"},{"name":"tests/data/test738"},{"name":"tests/data/test739"},{"name":"tests/data/test740"},{"name":"tests/data/test741"}],"number":226552,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c585ab4d598c81786a0ac2263565c582abfb3a92","revision":"c585ab4d598c81786a0ac2263565c582abfb3a92","revlink":"https://github.com/curl/curl/commit/c585ab4d598c81786a0ac2263565c582abfb3a92","when":1743701673,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"c585ab4d598c81786a0ac2263565c582abfb3a92"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744005631.217829,1744005651.189141],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744005651.193171,1744005651.371348],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744005651.373902,1744005651.52845],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2423/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744005651.531562,1744015180.841693],"urls":{}}],"text":["build","successful"],"times":[1744005631.138387,1744015180.848641]},"2424":{"blame":["Dan Fandrich <dan@coneharvesters.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/Runtest/logs/resultlog"]],"number":2424,"properties":[["branch","dfandrich/easyoptions","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2424,"Build"],["codebase","","Build"],["got_revision","9ba597bed72bfa5c8cc671eb7f601de2deaff640","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","9ba597bed72bfa5c8cc671eb7f601de2deaff640","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"dfandrich/easyoptions","changes":[{"at":"Thu 03 Apr 2025 21:16:51","branch":"dfandrich/easyoptions","category":null,"codebase":"","comments":"INSTALL.md: update the minimal libcurl size example\n\nIt's only gone up by 7 KiB over the dozen releases in the last year.","files":[{"name":"docs/INSTALL.md"}],"number":226562,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"34cdd4e1189f228eea7971c115dda2ca066d3a4d","revision":"34cdd4e1189f228eea7971c115dda2ca066d3a4d","revlink":"https://github.com/curl/curl/commit/34cdd4e1189f228eea7971c115dda2ca066d3a4d","when":1743707811,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Thu 03 Apr 2025 21:45:54","branch":"dfandrich/easyoptions","category":null,"codebase":"","comments":"lib: add const to clientwriter tables\n\nUnlike the connection filter tables that hold a writable log level, the\nclient writer tables can be const.","files":[{"name":"lib/cw-out.c"},{"name":"lib/cw-out.h"},{"name":"lib/cw-pause.c"},{"name":"lib/cw-pause.h"}],"number":226563,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9f4f61ddcb7add87580fe6b60794c4aaaeb6b3a7","revision":"9f4f61ddcb7add87580fe6b60794c4aaaeb6b3a7","revlink":"https://github.com/curl/curl/commit/9f4f61ddcb7add87580fe6b60794c4aaaeb6b3a7","when":1743709554,"who":"Dan Fandrich <dan@coneharvesters.com>"},{"at":"Thu 03 Apr 2025 22:43:26","branch":"dfandrich/easyoptions","category":null,"codebase":"","comments":"lib: make Curl_easyopts const\n\nAlso, make the optiontable rule work in an out-of-tree build.\n\nCloses #16950","files":[{"name":"lib/Makefile.am"},{"name":"lib/easygetopt.c"},{"name":"lib/easyoptions.c"},{"name":"lib/easyoptions.h"},{"name":"lib/optiontable.pl"}],"number":226564,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9ba597bed72bfa5c8cc671eb7f601de2deaff640","revision":"9ba597bed72bfa5c8cc671eb7f601de2deaff640","revlink":"https://github.com/curl/curl/commit/9ba597bed72bfa5c8cc671eb7f601de2deaff640","when":1743713006,"who":"Dan Fandrich <dan@coneharvesters.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"9ba597bed72bfa5c8cc671eb7f601de2deaff640"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744043774.741271,1744043778.452906],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744043778.458003,1744043778.675951],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744043778.679633,1744043778.876605],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2424/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744043778.880263,1744053230.458821],"urls":{}}],"text":["build","successful"],"times":[1744015185.355591,1744053230.464517]},"2425":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/Runtest/logs/resultlog"]],"number":2425,"properties":[["branch","bagder/transfer-enc","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2425,"Build"],["codebase","","Build"],["got_revision","d2f0c0091883c7795b50527fea001537ecfa70ee","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d2f0c0091883c7795b50527fea001537ecfa70ee","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/transfer-enc","changes":[{"at":"Fri 04 Apr 2025 10:33:36","branch":"bagder/transfer-enc","category":null,"codebase":"","comments":"content_encoding: Transfer-Encoding parser improvements\n\n- allow and ignore \"identity\" as an encoding\n\n- fail if any other encoder than chunked follows after chunked\n\n- fail on unsolicited encodings - when the server encodes but curl did\n  not ask for it\n\nAdd test 1493 to 1496 to verify.\n\nReported-by: Jonathan Rosa\nFixes #16956","files":[{"name":"lib/content_encoding.c"},{"name":"tests/data/test1493"},{"name":"tests/data/test1494"},{"name":"tests/data/test1495"},{"name":"tests/data/test1496"}],"number":226597,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"430da1c280374229c722718d40bfb78ae4cb7fda","revision":"430da1c280374229c722718d40bfb78ae4cb7fda","revlink":"https://github.com/curl/curl/commit/430da1c280374229c722718d40bfb78ae4cb7fda","when":1743755616,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 12:16:13","branch":"bagder/transfer-enc","category":null,"codebase":"","comments":"fixup disable test 319 (temporarily)\n\nIt probably takes a minor change to CURLOPT_TRANSFER_ENCODING to make\nsure --raw can keep working in 8.14.0.\n\nIt is because of a wrong assumption in the curl tool of what setting\nCURLOPT_TRANSFER_ENCODING to 0 implies. The option does not currently\noffer the functionality --raw needs.","files":[{"name":"tests/data/DISABLED"},{"name":"tests/data/test319"}],"number":226600,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f98ddd282572c051226744d6c0f49b9011ade4c8","revision":"f98ddd282572c051226744d6c0f49b9011ade4c8","revlink":"https://github.com/curl/curl/commit/f98ddd282572c051226744d6c0f49b9011ade4c8","when":1743761773,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 12:37:05","branch":"bagder/transfer-enc","category":null,"codebase":"","comments":"add the new tests to Makefile.am","files":[{"name":"tests/data/Makefile.am"}],"number":226605,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d2f0c0091883c7795b50527fea001537ecfa70ee","revision":"d2f0c0091883c7795b50527fea001537ecfa70ee","revlink":"https://github.com/curl/curl/commit/d2f0c0091883c7795b50527fea001537ecfa70ee","when":1743763025,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d2f0c0091883c7795b50527fea001537ecfa70ee"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744079510.842717,1744079550.319366],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744079550.339436,1744079550.537539],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744079550.539874,1744079550.695032],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2425/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744079550.697974,1744090240.739062],"urls":{}}],"text":["build","successful"],"times":[1744053234.390824,1744090240.744796]},"2426":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2426/steps/git/logs/stdio"]],"number":2426,"properties":[["branch","bagder/resolve-msg","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2426,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","fc59e9378b073434d5bc0f84691ad87e01dd2c28","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/resolve-msg","changes":[{"at":"Fri 04 Apr 2025 12:35:16","branch":"bagder/resolve-msg","category":null,"codebase":"","comments":"hostip: show the correct name on proxy resolve error\n\nRegression, probably from 8ded8e5f3f4b6586399 (#16451)\n\nFixes #16958\nReported-by: Jean-Christophe Amiel","files":[{"name":"lib/hostip.c"}],"number":226603,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fc59e9378b073434d5bc0f84691ad87e01dd2c28","revision":"fc59e9378b073434d5bc0f84691ad87e01dd2c28","revlink":"https://github.com/curl/curl/commit/fc59e9378b073434d5bc0f84691ad87e01dd2c28","when":1743762916,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"fc59e9378b073434d5bc0f84691ad87e01dd2c28"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2426/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744119066.264222,1744119069.145084],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744090244.867852,1744119069.157592]},"2427":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2427/steps/git/logs/stdio"]],"number":2427,"properties":[["branch","bagder/randdisable","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2427,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","e1b5ee2b66ee5e8dc6c522e37334b2f30e34299f","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/randdisable","changes":[{"at":"Fri 04 Apr 2025 14:34:10","branch":"bagder/randdisable","category":null,"codebase":"","comments":"randdisable: build randomizer\n\nThis script makes a \"random\" build using configure and verifies that it\nbuilds curl correctly. It randomly adds a number of the available\n--disable-* flags to configure. When it detects a problem the script\nstops, otherwise it continues trying more combinations.","files":[{"name":"scripts/randdisable"}],"number":226610,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1f05e8c60d09d2b20253ffa450c30f899a54ae8e","revision":"1f05e8c60d09d2b20253ffa450c30f899a54ae8e","revlink":"https://github.com/curl/curl/commit/1f05e8c60d09d2b20253ffa450c30f899a54ae8e","when":1743770050,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 15:36:23","branch":"bagder/randdisable","category":null,"codebase":"","comments":"fixup add to dist","files":[{"name":"scripts/Makefile.am"}],"number":226615,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"999bfa826c3603381514a65e38f9e7cacea0b526","revision":"999bfa826c3603381514a65e38f9e7cacea0b526","revlink":"https://github.com/curl/curl/commit/999bfa826c3603381514a65e38f9e7cacea0b526","when":1743773783,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 17:52:23","branch":"bagder/randdisable","category":null,"codebase":"","comments":"Update scripts/randdisable\n\nCo-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>","files":[{"name":"scripts/randdisable"}],"number":226622,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e1b5ee2b66ee5e8dc6c522e37334b2f30e34299f","revision":"e1b5ee2b66ee5e8dc6c522e37334b2f30e34299f","revlink":"https://github.com/curl/curl/commit/e1b5ee2b66ee5e8dc6c522e37334b2f30e34299f","when":1743781943,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"e1b5ee2b66ee5e8dc6c522e37334b2f30e34299f"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2427/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744145454.262589,1744145457.158741],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744119072.942003,1744145457.161863]},"2428":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2428/steps/git/logs/stdio"]],"number":2428,"properties":[["branch","bagder/httpsrr-unittest","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2428,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","1604c2f92ec26c376acacd1b40a91eb1d3c680b5","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/httpsrr-unittest","changes":[{"at":"Fri 04 Apr 2025 23:21:41","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test1658: add unit test for the HTTPS RR decoder","files":[{"name":"lib/doh.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1658"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1658.c"}],"number":226652,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"260e0f58e067886e5be6d9da537938f75621576f","revision":"260e0f58e067886e5be6d9da537938f75621576f","revlink":"https://github.com/curl/curl/commit/260e0f58e067886e5be6d9da537938f75621576f","when":1743801701,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 23:26:22","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"fixup avoid plain sprintf","files":[{"name":"tests/unit/unit1658.c"}],"number":226654,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"6a01b2198b28ae41565a26b3834c8cdecd9b6d3e","revision":"6a01b2198b28ae41565a26b3834c8cdecd9b6d3e","revlink":"https://github.com/curl/curl/commit/6a01b2198b28ae41565a26b3834c8cdecd9b6d3e","when":1743801982,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Fri 04 Apr 2025 23:30:46","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"fixup source nits","files":[{"name":"tests/unit/unit1658.c"}],"number":226656,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"492cc015097a69afd02158665aa8f6178ea24b57","revision":"492cc015097a69afd02158665aa8f6178ea24b57","revlink":"https://github.com/curl/curl/commit/492cc015097a69afd02158665aa8f6178ea24b57","when":1743802246,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 00:24:10","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test more","files":[{"name":"tests/unit/unit1658.c"}],"number":226658,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2b44b3f2c9ee04a4ed21ccc88ace8657b877da1f","revision":"2b44b3f2c9ee04a4ed21ccc88ace8657b877da1f","revlink":"https://github.com/curl/curl/commit/2b44b3f2c9ee04a4ed21ccc88ace8657b877da1f","when":1743805450,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 00:29:56","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test port number","files":[{"name":"tests/unit/unit1658.c"}],"number":226659,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1594445ad6a9ceb86b1f73a2fbfee8b1e2bd3752","revision":"1594445ad6a9ceb86b1f73a2fbfee8b1e2bd3752","revlink":"https://github.com/curl/curl/commit/1594445ad6a9ceb86b1f73a2fbfee8b1e2bd3752","when":1743805796,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 00:45:22","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"verify ipv4hints","files":[{"name":"tests/unit/unit1658.c"}],"number":226660,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0990eacf7e631c5c5bc4a58f9f8ce1cbae8f4520","revision":"0990eacf7e631c5c5bc4a58f9f8ce1cbae8f4520","revlink":"https://github.com/curl/curl/commit/0990eacf7e631c5c5bc4a58f9f8ce1cbae8f4520","when":1743806722,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 10:28:09","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"more tests, some additional checks","files":[{"name":"lib/httpsrr.c"},{"name":"lib/httpsrr.h"},{"name":"tests/unit/unit1658.c"}],"number":226668,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"afce11cf050fce7e8417fabfec960983b5f67de9","revision":"afce11cf050fce7e8417fabfec960983b5f67de9","revlink":"https://github.com/curl/curl/commit/afce11cf050fce7e8417fabfec960983b5f67de9","when":1743841689,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 10:33:16","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test wrong order, test max prio","files":[{"name":"tests/unit/unit1658.c"}],"number":226670,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"05b9e0be2d9c978c78a1df5e39b676a62d9cce91","revision":"05b9e0be2d9c978c78a1df5e39b676a62d9cce91","revlink":"https://github.com/curl/curl/commit/05b9e0be2d9c978c78a1df5e39b676a62d9cce91","when":1743841996,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 10:36:05","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test bad port number fields","files":[{"name":"tests/unit/unit1658.c"}],"number":226671,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8d516e536a55931f8df1c3b9952c97d3d24aeee9","revision":"8d516e536a55931f8df1c3b9952c97d3d24aeee9","revlink":"https://github.com/curl/curl/commit/8d516e536a55931f8df1c3b9952c97d3d24aeee9","when":1743842165,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 10:56:01","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"find reject stupid dns names","files":[{"name":"lib/doh.c"},{"name":"lib/urlapi-int.h"},{"name":"lib/urlapi.c"},{"name":"tests/unit/unit1658.c"}],"number":226672,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"97aa17118ababe805acf13eb615681776ca681cd","revision":"97aa17118ababe805acf13eb615681776ca681cd","revlink":"https://github.com/curl/curl/commit/97aa17118ababe805acf13eb615681776ca681cd","when":1743843361,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 10:58:18","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"better cleanup","files":[{"name":"tests/unit/unit1658.c"}],"number":226673,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d9e3a583f895427088c410e0287d1bbe9ae68009","revision":"d9e3a583f895427088c410e0287d1bbe9ae68009","revlink":"https://github.com/curl/curl/commit/d9e3a583f895427088c410e0287d1bbe9ae68009","when":1743843498,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 11:07:55","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test1658: add unit test for the HTTPS RR decoder\n\nMade the HTTPS-RR parser a little stricter while at it.\n\nCloses #16972","files":[{"name":"lib/doh.c"},{"name":"lib/httpsrr.c"},{"name":"lib/httpsrr.h"},{"name":"lib/urlapi-int.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1658"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1658.c"}],"number":226675,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"90d9b12b9c3bcedf9bad01e7079f8c39f2092183","revision":"90d9b12b9c3bcedf9bad01e7079f8c39f2092183","revlink":"https://github.com/curl/curl/commit/90d9b12b9c3bcedf9bad01e7079f8c39f2092183","when":1743844075,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 11:34:26","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"more packets to decode","files":[{"name":"tests/unit/unit1658.c"}],"number":226678,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a0a98ce741ec040a29a46de53814094018e987b9","revision":"a0a98ce741ec040a29a46de53814094018e987b9","revlink":"https://github.com/curl/curl/commit/a0a98ce741ec040a29a46de53814094018e987b9","when":1743845666,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 12:27:37","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"test1658: add unit test for the HTTPS RR decoder\n\nMade the HTTPS-RR parser a little stricter while at it.\n\nDrop the ALPN escape handling, that was not needed.\n\nCloses #16972","files":[{"name":"lib/doh.c"},{"name":"lib/httpsrr.c"},{"name":"lib/httpsrr.h"},{"name":"lib/urlapi-int.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1658"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1658.c"}],"number":226680,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"ce8db09de31d05a055b4b7a05d564358380bb119","revision":"ce8db09de31d05a055b4b7a05d564358380bb119","revlink":"https://github.com/curl/curl/commit/ce8db09de31d05a055b4b7a05d564358380bb119","when":1743848857,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 12:37:00","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"fixup ignore duplicate ALPN entries","files":[{"name":"lib/httpsrr.c"},{"name":"tests/unit/unit1658.c"}],"number":226682,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8ab0133fa36530b1b02489c1af4aa40bf175d742","revision":"8ab0133fa36530b1b02489c1af4aa40bf175d742","revlink":"https://github.com/curl/curl/commit/8ab0133fa36530b1b02489c1af4aa40bf175d742","when":1743849420,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 14:41:52","branch":"bagder/httpsrr-unittest","category":null,"codebase":"","comments":"fixup error on bad alpn size/syntax","files":[{"name":"lib/httpsrr.c"},{"name":"lib/httpsrr.h"},{"name":"tests/unit/unit1658.c"}],"number":226687,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1604c2f92ec26c376acacd1b40a91eb1d3c680b5","revision":"1604c2f92ec26c376acacd1b40a91eb1d3c680b5","revlink":"https://github.com/curl/curl/commit/1604c2f92ec26c376acacd1b40a91eb1d3c680b5","when":1743856912,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"1604c2f92ec26c376acacd1b40a91eb1d3c680b5"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2428/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744172603.021469,1744172606.056085],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744145460.996802,1744172606.062009]},"2429":{"blame":["Andy Pan <i@andypan.me>","Carlos Henrique Lima Melara <charlesmelara@riseup.net>","Daniel Stenberg <daniel@haxx.se>","Jay Satiro <raysatiro@yahoo.com>","Johan Eliasson <jeliasson@users.noreply.github.com>","Stefan Eissing <stefan@eissing.org>","Viktor Szakats <commit@vsz.me>","Yedaya Katsman <yedaya.ka@gmail.com>","renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/Runtest/logs/resultlog"]],"number":2429,"properties":[["branch","master","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2429,"Build"],["codebase","","Build"],["got_revision","c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"master","changes":[{"at":"Sat 05 Apr 2025 14:54:40","branch":"master","category":null,"codebase":"","comments":"http2: fix stream window size after unpausing\n\nWhen pausing a HTTP/2 transfer, the stream's local window size\nis reduced to 0 to prevent the server from sending further data\nwhich curl cannot write out to the application.\n\nWhen unpausing again, the stream's window size was not correctly\nincreased again. The attempt to trigger a window update was\nignored by nghttp2, the server never received it and the transfer\nstalled.\n\nAdd a debug feature to allow use of small window sizes which\nreproduces this bug in test_02_21.\n\nFixes #16955\nCloses #16960","files":[{"name":"docs/libcurl/libcurl-env-dbg.md"},{"name":"lib/http2.c"},{"name":"tests/http/test_02_download.py"}],"number":226689,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5fbd78eb2dc4afbd8884e8eed27147fc3d4318f6","revision":"5fbd78eb2dc4afbd8884e8eed27147fc3d4318f6","revlink":"https://github.com/curl/curl/commit/5fbd78eb2dc4afbd8884e8eed27147fc3d4318f6","when":1743857680,"who":"Stefan Eissing <stefan@eissing.org>"},{"at":"Sat 05 Apr 2025 14:59:17","branch":"master","category":null,"codebase":"","comments":"randdisable: build randomizer\n\nThis script makes a \"random\" build using configure and verifies that it\nbuilds curl correctly. It randomly adds a number of the available\n--disable-* flags to configure. When it detects a problem the script\nstops, otherwise it continues trying more combinations.\n\nCloses #16962","files":[{"name":"scripts/Makefile.am"},{"name":"scripts/randdisable"}],"number":226692,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f3527ed443249784e1bb36531c47c1d843c5304d","revision":"f3527ed443249784e1bb36531c47c1d843c5304d","revlink":"https://github.com/curl/curl/commit/f3527ed443249784e1bb36531c47c1d843c5304d","when":1743857957,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 18:20:22","branch":"master","category":null,"codebase":"","comments":"libtest/first: stop defining MEMDEBUG_NODEFINES\n\nIt causes problems in unity builds, in particular when this file is used\nfor unit tests.\n\nBonus: switch to plain getenv() instead of curl_getenv() to avoid extra\nmalloc/free rounds.\n\nCloses #16978","files":[{"name":"tests/libtest/first.c"}],"number":226718,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3454844f36efb102afb5e775975b9dbf1544b54c","revision":"3454844f36efb102afb5e775975b9dbf1544b54c","revlink":"https://github.com/curl/curl/commit/3454844f36efb102afb5e775975b9dbf1544b54c","when":1743870022,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 18:23:07","branch":"master","category":null,"codebase":"","comments":"content_encoding: Transfer-Encoding parser improvements\n\n- allow and ignore \"identity\" as an encoding\n\n- fail if any other encoder than chunked follows after chunked\n\n- fail on unsolicited encodings - when the server encodes but curl did\n  not ask for it\n\nAdd test 1493 to 1496 to verify.\n\nDisable test 319 as that is now broken: issue #16974\n\nReported-by: Jonathan Rosa\nFixes #16956\nCloses #16959","files":[{"name":"lib/content_encoding.c"},{"name":"tests/data/DISABLED"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1493"},{"name":"tests/data/test1494"},{"name":"tests/data/test1495"},{"name":"tests/data/test1496"},{"name":"tests/data/test319"}],"number":226723,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b8bd019c6a021821cc6fdb545d7149bdf4bb50cb","revision":"b8bd019c6a021821cc6fdb545d7149bdf4bb50cb","revlink":"https://github.com/curl/curl/commit/b8bd019c6a021821cc6fdb545d7149bdf4bb50cb","when":1743870187,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 18:25:34","branch":"master","category":null,"codebase":"","comments":"tests/globalconfig.pm: remove the qw\n\nFixes the warning.\n\nFixes #16976\nCloses #16977","files":[{"name":"tests/globalconfig.pm"}],"number":226724,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"72f9133311b141bad5bd0948f7eb0550989c8e07","revision":"72f9133311b141bad5bd0948f7eb0550989c8e07","revlink":"https://github.com/curl/curl/commit/72f9133311b141bad5bd0948f7eb0550989c8e07","when":1743870334,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 20:51:00","branch":"master","category":null,"codebase":"","comments":"winbuild: add the deprecation warning to the README\n\n- Mention in README.md and INSTALL-CMAKE.md that the winbuild build\n  system is going to be removed in September 2025.\n\nCloses https://github.com/curl/curl/pull/16957","files":[{"name":"docs/INSTALL-CMAKE.md"},{"name":"winbuild/README.md"}],"number":226733,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"023cc8d5954bea925aa2b51203ff628f62934823","revision":"023cc8d5954bea925aa2b51203ff628f62934823","revlink":"https://github.com/curl/curl/commit/023cc8d5954bea925aa2b51203ff628f62934823","when":1743879060,"who":"Jay Satiro <raysatiro@yahoo.com>"},{"at":"Sat 05 Apr 2025 21:03:47","branch":"master","category":null,"codebase":"","comments":"test1658: add unit test for the HTTPS RR decoder\n\nMade the HTTPS-RR parser a little stricter while at it.\n\nDrop the ALPN escape handling, that was not needed.\n\nMake the hode handle (and ignore) duplicate ALPN entries.\n\nCloses #16972","files":[{"name":"lib/doh.c"},{"name":"lib/httpsrr.c"},{"name":"lib/httpsrr.h"},{"name":"lib/urlapi-int.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test1658"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1658.c"}],"number":226735,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"badfb951ec5c136185d0e522648a0cc5e319a918","revision":"badfb951ec5c136185d0e522648a0cc5e319a918","revlink":"https://github.com/curl/curl/commit/badfb951ec5c136185d0e522648a0cc5e319a918","when":1743879827,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:03:14","branch":"master","category":null,"codebase":"","comments":"cmake/FindNGTCP2: simplify multi-pkg-config detection\n\nUse a single `pkg_check_modules` call to detect the main & crypto libs.\n\nFollow-up to 3b501976a9adcf20218ffb96d9041806432227e4 #16479\nCloses #16980","files":[{"name":"CMake/FindNGTCP2.cmake"}],"number":226756,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"01e45f81bddb2fef27fe35b7dd32032062a183f6","revision":"01e45f81bddb2fef27fe35b7dd32032062a183f6","revlink":"https://github.com/curl/curl/commit/01e45f81bddb2fef27fe35b7dd32032062a183f6","when":1743886994,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sat 05 Apr 2025 23:03:15","branch":"master","category":null,"codebase":"","comments":"GHA/configure-vs-cmake: dump generated configs to log\n\nSometimes it's useful to have a look at the generated `libcurl.pc` and\n`curl-config` files.\n\n`cmp-config.pl` normalizes them before diffing, thus doesn't show their\noriginal content.\n\nCloses #16981","files":[{"name":".github/workflows/configure-vs-cmake.yml"}],"number":226757,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"213115bd7ea88d541bacb76211178d02202521f9","revision":"213115bd7ea88d541bacb76211178d02202521f9","revlink":"https://github.com/curl/curl/commit/213115bd7ea88d541bacb76211178d02202521f9","when":1743886995,"who":"Viktor Szakats <commit@vsz.me>"},{"at":"Sun 06 Apr 2025 11:31:22","branch":"master","category":null,"codebase":"","comments":"CURLOPT_HTTP_TRANSFER_DECODING: fixed\n\nThe fix in b8bd019c6a02182 (#16959) broke the\nCURLOPT_HTTP_TRANSFER_DECODING handling, shown in test 319 and curl's\n--raw option.\n\nThis is a follow-up that restores the functionality.\n\nEnable test 319 again.\n\nFixes #16974\nCloses #16984","files":[{"name":"lib/content_encoding.c"},{"name":"lib/setopt.c"},{"name":"tests/data/DISABLED"}],"number":226802,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b676ae3b2ae104c62b0c6e7b00fe925678524f37","revision":"b676ae3b2ae104c62b0c6e7b00fe925678524f37","revlink":"https://github.com/curl/curl/commit/b676ae3b2ae104c62b0c6e7b00fe925678524f37","when":1743931882,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 06 Apr 2025 11:35:38","branch":"master","category":null,"codebase":"","comments":"scripts: completion.pl: sort the completion file for all shells\n\nThe reproducible builds effort in Debian has caught a regression in curl\n8.13.0-rc1 but we were a bit slow to realize it. The ordering of the\ncompletion file for fish is not deterministic so it can differ between\nbuilds. Since there is no restriction about the order of the completion\nfile for fish, let's just sort it too.\n\nCloses #16985","files":[{"name":"scripts/completion.pl"}],"number":226804,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"2f5e4e0db464acff921901b7bf98dd94f8a73745","revision":"2f5e4e0db464acff921901b7bf98dd94f8a73745","revlink":"https://github.com/curl/curl/commit/2f5e4e0db464acff921901b7bf98dd94f8a73745","when":1743932138,"who":"Carlos Henrique Lima Melara <charlesmelara@riseup.net>"},{"at":"Sun 06 Apr 2025 13:08:33","branch":"master","category":null,"codebase":"","comments":"socket: use accept4 when available\n\nLinux, *BSD, and Solaris support accept4 system call that enables the\ncaller to assign additional flags and save some extra system calls. It\ncan come in handy when O_NONBLOCK or/and FD_CLOEXEC is/are required on a\nsocket after being accepted.\n\nRef:\nhttps://man7.org/linux/man-pages/man2/accept.2.html\nhttps://man.freebsd.org/cgi/man.cgi?query=accept4\nhttps://man.dragonflybsd.org/?command=accept&section=2\nhttps://man.openbsd.org/accept.2\nhttps://man.netbsd.org/accept.2\nhttps://docs.oracle.com/cd/E88353_01/html/E37843/accept4-3c.html\nhttps://www.gnu.org/software/gnulib/manual/html_node/accept4.html\n\nCloses #16979","files":[{"name":"CMake/unix-cache.cmake"},{"name":"CMake/win32-cache.cmake"},{"name":"CMakeLists.txt"},{"name":"configure.ac"},{"name":"lib/cf-socket.c"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/memdebug.c"},{"name":"lib/memdebug.h"}],"number":226813,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"3d02872be7cfe6dcdef4b02321b47af19e1ce268","revision":"3d02872be7cfe6dcdef4b02321b47af19e1ce268","revlink":"https://github.com/curl/curl/commit/3d02872be7cfe6dcdef4b02321b47af19e1ce268","when":1743937713,"who":"Andy Pan <i@andypan.me>"},{"at":"Sun 06 Apr 2025 13:11:26","branch":"master","category":null,"codebase":"","comments":"RELEASE-NOTES: synced","files":[{"name":"RELEASE-NOTES"}],"number":226814,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"64ce880d71eec5ad1a029dde654dd9425c4e492f","revision":"64ce880d71eec5ad1a029dde654dd9425c4e492f","revlink":"https://github.com/curl/curl/commit/64ce880d71eec5ad1a029dde654dd9425c4e492f","when":1743937886,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 06 Apr 2025 13:12:55","branch":"master","category":null,"codebase":"","comments":"make: clean tests better\n\n1. 'make clean' in the root dir now also invokes 'make clean' in the\ntests subdir so that it cleans up better recursively. The Makefile.am\ndoes not list 'tests' as a normal subdir to avoid building that\ndirectory for a normal make invoke.\n\n2. 'make clean' in the tests/libtest and tests/unit directories now\n*explicitly* remove the unity build executables even if this is not a\nunit build. This, because those files may be leftovers from previous\nbuilds and such leftovers can otherwise linger around and since\n'runtests.pl' dynamically acts differently based on the mere *presence*\nof those files, they can keep you fooled for a while until you\nrealize...\n\nCloses #16986","files":[{"name":"Makefile.am"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/unit/Makefile.am"}],"number":226817,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d3761bb84013ffd356753f943d687283afe203b5","revision":"d3761bb84013ffd356753f943d687283afe203b5","revlink":"https://github.com/curl/curl/commit/d3761bb84013ffd356753f943d687283afe203b5","when":1743937975,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 06 Apr 2025 13:19:30","branch":"master","category":null,"codebase":"","comments":"KNOWN_BUGS: wolfssh: all tests fail\n\nCloses #16794","files":[{"name":"docs/KNOWN_BUGS"}],"number":226818,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fd395792410a4360f32382c913a1eddbe7d27d76","revision":"fd395792410a4360f32382c913a1eddbe7d27d76","revlink":"https://github.com/curl/curl/commit/fd395792410a4360f32382c913a1eddbe7d27d76","when":1743938370,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 07 Apr 2025 08:46:31","branch":"master","category":null,"codebase":"","comments":"tests: removes CApath in stunnel\n\nIt wasn't used, and didn't do anything since the folder it got didn't\nhave files with names of the hash of the subjects. [1]\n\n[1] https://www.stunnel.org/static/stunnel.html#CApath-CA_DIRECTORY\n\nCloses #16923","files":[{"name":"tests/secureserver.pl"}],"number":226859,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"0f201d41d9117d808bbf5bec75980695e68d39f4","revision":"0f201d41d9117d808bbf5bec75980695e68d39f4","revlink":"https://github.com/curl/curl/commit/0f201d41d9117d808bbf5bec75980695e68d39f4","when":1744008391,"who":"Yedaya Katsman <yedaya.ka@gmail.com>"},{"at":"Mon 07 Apr 2025 08:46:56","branch":"master","category":null,"codebase":"","comments":"tests: Add https-mtls server to force client auth\n\n- test2088 verifies that mutual tls works\n\nThis adds a new certificate to generate which has the clientAuth key\nusage enabled, and uses it to connect to a https-mtls server.\n\nCloses #16923","files":[{"name":"tests/FILEFORMAT.md"},{"name":"tests/certs/Makefile.inc"},{"name":"tests/certs/test-client-cert.prm"},{"name":"tests/data/Makefile.am"},{"name":"tests/data/test2088"},{"name":"tests/runtests.pl"},{"name":"tests/secureserver.pl"},{"name":"tests/serverhelp.pm"},{"name":"tests/servers.pm"}],"number":226860,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"8988f33f622dd70870b525cab60279eee81ac960","revision":"8988f33f622dd70870b525cab60279eee81ac960","revlink":"https://github.com/curl/curl/commit/8988f33f622dd70870b525cab60279eee81ac960","when":1744008416,"who":"Yedaya Katsman <yedaya.ka@gmail.com>"},{"at":"Mon 07 Apr 2025 12:35:17","branch":"master","category":null,"codebase":"","comments":"socketpair: support pipe2 where available\n\nBy replacing pipe with pipe2, it would save us 4 extra system calls of\nsetting O_NONBLOCK and O_CLOEXEC. This system call is widely supported\nacross UNIX-like OS's: Linux, *BSD, and SunOS derivatives - Solaris,\nillumos, etc.\n\nRef:\nhttps://man7.org/linux/man-pages/man2/pipe.2.html\nhttps://man.freebsd.org/cgi/man.cgi?query=pipe\nhttps://man.dragonflybsd.org/?command=pipe2\nhttps://man.netbsd.org/pipe.2\nhttps://man.openbsd.org/pipe.2\nhttps://docs.oracle.com/cd/E88353_01/html/E37841/pipe2-2.html\nhttps://illumos.org/man/2/pipe2\nhttps://www.gnu.org/software/gnulib/manual/html_node/pipe2.html\n\nCloses #16987","files":[{"name":"CMake/unix-cache.cmake"},{"name":"CMake/win32-cache.cmake"},{"name":"CMakeLists.txt"},{"name":"configure.ac"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/socketpair.c"}],"number":226872,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"131a2fd5aaa1a809211695d2ef8151ffadbebc0c","revision":"131a2fd5aaa1a809211695d2ef8151ffadbebc0c","revlink":"https://github.com/curl/curl/commit/131a2fd5aaa1a809211695d2ef8151ffadbebc0c","when":1744022117,"who":"Andy Pan <i@andypan.me>"},{"at":"Tue 08 Apr 2025 11:47:05","branch":"master","category":null,"codebase":"","comments":"mk-ca-bundle.pl: follow redirects\n\nThe Mozilla hosted files have started to redirect. Follow them to restore\nscript functionality.\n\nReported-by: Harry Sintonen\nCloses #16995","files":[{"name":"scripts/mk-ca-bundle.pl"}],"number":226934,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"eeed87f0563d3ca73ff53813418d1f9f03c81fe5","revision":"eeed87f0563d3ca73ff53813418d1f9f03c81fe5","revlink":"https://github.com/curl/curl/commit/eeed87f0563d3ca73ff53813418d1f9f03c81fe5","when":1744105625,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 16:13:30","branch":"master","category":null,"codebase":"","comments":"docs: fix incorrect shell substitution in docker run example command\n\nCorrected the volume mount path in the Docker run example by replacing\n`(pwd)` with the shell substitution syntax `$(pwd)`. This ensures the\ncurrent working directory is properly mounted into the container.\n\nCloses #16990","files":[{"name":"Dockerfile"}],"number":226949,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"23150149f682723a9e9719435c69cdc901dd3d8a","revision":"23150149f682723a9e9719435c69cdc901dd3d8a","revlink":"https://github.com/curl/curl/commit/23150149f682723a9e9719435c69cdc901dd3d8a","when":1744121610,"who":"Johan Eliasson <jeliasson@users.noreply.github.com>"},{"at":"Tue 08 Apr 2025 16:57:08","branch":"master","category":null,"codebase":"","comments":"GHA: update openssl/openssl to v3.5.0\n\nCloses #16997","files":[{"name":".github/workflows/http3-linux.yml"},{"name":".github/workflows/linux.yml"}],"number":226951,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5","revision":"c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5","revlink":"https://github.com/curl/curl/commit/c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5","when":1744124228,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"c8014fd978871bd6d24a0ffdb8f73bdef4ccaeb5"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744182985.062318,1744183068.125122],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744183068.129673,1744183068.301739],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744183068.304812,1744183070.182484],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2429/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744183070.18566,1744192188.154885],"urls":{}}],"text":["build","successful"],"times":[1744172610.216753,1744192188.159559]},"2430":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/Runtest/logs/resultlog"]],"number":2430,"properties":[["branch","bagder/rm-non-tls13","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2430,"Build"],["codebase","","Build"],["got_revision","d8d397454651ed7ffc832bea3c5df1d28cf1bc97","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","d8d397454651ed7ffc832bea3c5df1d28cf1bc97","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/rm-non-tls13","changes":[{"at":"Sat 05 Apr 2025 14:57:54","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"TLS: remove support for Secure Transport and BearSSL\n\nThese libraries do not support TLS 1.3 and have been marked for removal\nfor over a year. We want to help users select a TLS dependency that is\nfuture-proof and reliable, and not supporting TLS 1.3 in 2025 does not\ninfer confidence. Users who build libcurl are likely to be served better\nand get something more future-proof with a TLS library that supports\n1.3.\n\nCloses #16677","files":[{"name":".github/labeler.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/macos.yml"},{"name":"CMake/FindBearSSL.cmake"},{"name":"CMakeLists.txt"},{"name":"Makefile.am"},{"name":"configure.ac"},{"name":"docs/CIPHERS.md"},{"name":"docs/CURLDOWN.md"},{"name":"docs/DEPRECATE.md"},{"name":"docs/FAQ"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"docs/INSTALL.md"},{"name":"docs/KNOWN_BUGS"},{"name":"docs/SSLCERTS.md"},{"name":"docs/cmdline-opts/_ENVIRONMENT.md"},{"name":"docs/cmdline-opts/cacert.md"},{"name":"docs/cmdline-opts/cert-type.md"},{"name":"docs/cmdline-opts/cert.md"},{"name":"docs/cmdline-opts/false-start.md"},{"name":"docs/cmdline-opts/key.md"},{"name":"docs/cmdline-opts/pinnedpubkey.md"},{"name":"docs/cmdline-opts/proxy-cert-type.md"},{"name":"docs/cmdline-opts/proxy-cert.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"docs/cmdline-opts/write-out.md"},{"name":"docs/libcurl/curl_easy_ssls_export.md"},{"name":"docs/libcurl/curl_easy_ssls_import.md"},{"name":"docs/libcurl/curl_global_sslset.md"},{"name":"docs/libcurl/libcurl-env.md"},{"name":"docs/libcurl/opts/CURLINFO_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md"},{"name":"docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.inc"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/curl_des.c"},{"name":"lib/curl_des.h"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_sha512_256.c"},{"name":"lib/url.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"},{"name":"m4/curl-bearssl.m4"},{"name":"m4/curl-sectransp.m4"},{"name":"scripts/cd2nroff"},{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/test3102"},{"name":"tests/data/test417"},{"name":"tests/http/test_10_proxy.py"},{"name":"tests/http/test_17_ssl_use.py"},{"name":"tests/runtests.pl"},{"name":"tests/unit/unit1651.c"},{"name":"tests/unit/unit1656.c"},{"name":"tests/unit/unit3205.c"}],"number":226690,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"19514984f030e5fa2a8a304583ee28225149f77d","revision":"19514984f030e5fa2a8a304583ee28225149f77d","revlink":"https://github.com/curl/curl/commit/19514984f030e5fa2a8a304583ee28225149f77d","when":1743857874,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Mon 07 Apr 2025 08:53:45","branch":"bagder/rm-non-tls13","category":null,"codebase":"","comments":"TLS: remove support for Secure Transport and BearSSL\n\nThese libraries do not support TLS 1.3 and have been marked for removal\nfor over a year. We want to help users select a TLS dependency that is\nfuture-proof and reliable, and not supporting TLS 1.3 in 2025 does not\ninfer confidence. Users who build libcurl are likely to be served better\nand get something more future-proof with a TLS library that supports\n1.3.\n\nCloses #16677","files":[{"name":".github/labeler.yml"},{"name":".github/workflows/linux.yml"},{"name":".github/workflows/macos.yml"},{"name":"CMake/FindBearSSL.cmake"},{"name":"CMakeLists.txt"},{"name":"Makefile.am"},{"name":"configure.ac"},{"name":"docs/CIPHERS.md"},{"name":"docs/CURLDOWN.md"},{"name":"docs/DEPRECATE.md"},{"name":"docs/FAQ"},{"name":"docs/INSTALL-CMAKE.md"},{"name":"docs/INSTALL.md"},{"name":"docs/KNOWN_BUGS"},{"name":"docs/SSLCERTS.md"},{"name":"docs/cmdline-opts/_ENVIRONMENT.md"},{"name":"docs/cmdline-opts/cacert.md"},{"name":"docs/cmdline-opts/cert-type.md"},{"name":"docs/cmdline-opts/cert.md"},{"name":"docs/cmdline-opts/false-start.md"},{"name":"docs/cmdline-opts/key.md"},{"name":"docs/cmdline-opts/pinnedpubkey.md"},{"name":"docs/cmdline-opts/proxy-cert-type.md"},{"name":"docs/cmdline-opts/proxy-cert.md"},{"name":"docs/cmdline-opts/proxy.md"},{"name":"docs/cmdline-opts/write-out.md"},{"name":"docs/libcurl/curl_easy_ssls_export.md"},{"name":"docs/libcurl/curl_easy_ssls_import.md"},{"name":"docs/libcurl/curl_global_sslset.md"},{"name":"docs/libcurl/libcurl-env.md"},{"name":"docs/libcurl/opts/CURLINFO_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md"},{"name":"docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_CERTINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEY.md"},{"name":"docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md"},{"name":"docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md"},{"name":"lib/CMakeLists.txt"},{"name":"lib/Makefile.inc"},{"name":"lib/curl_config.h.cmake"},{"name":"lib/curl_des.c"},{"name":"lib/curl_des.h"},{"name":"lib/curl_ntlm_core.c"},{"name":"lib/curl_setup.h"},{"name":"lib/curl_sha512_256.c"},{"name":"lib/url.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"},{"name":"m4/curl-bearssl.m4"},{"name":"m4/curl-sectransp.m4"},{"name":"scripts/cd2nroff"},{"name":"tests/FILEFORMAT.md"},{"name":"tests/data/test2088"},{"name":"tests/data/test3102"},{"name":"tests/data/test313"},{"name":"tests/data/test417"},{"name":"tests/http/test_10_proxy.py"},{"name":"tests/http/test_17_ssl_use.py"},{"name":"tests/runtests.pl"},{"name":"tests/unit/unit1651.c"},{"name":"tests/unit/unit1656.c"},{"name":"tests/unit/unit3205.c"}],"number":226863,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d8d397454651ed7ffc832bea3c5df1d28cf1bc97","revision":"d8d397454651ed7ffc832bea3c5df1d28cf1bc97","revlink":"https://github.com/curl/curl/commit/d8d397454651ed7ffc832bea3c5df1d28cf1bc97","when":1744008825,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"d8d397454651ed7ffc832bea3c5df1d28cf1bc97"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744218856.494436,1744218874.759852],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744218874.763581,1744218874.91942],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744218874.921652,1744218875.066116],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2430/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744218875.06845,1744227741.092648],"urls":{}}],"text":["build","successful"],"times":[1744192191.915809,1744227741.156478]},"2431":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2431/steps/git/logs/stdio"]],"number":2431,"properties":[["branch","bagder/tests-file-spec","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2431,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","217f211249e09dc0074b106984959cdc7df74786","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tests-file-spec","changes":[{"at":"Sat 05 Apr 2025 16:54:38","branch":"bagder/tests-file-spec","category":null,"codebase":"","comments":"tests/globalconfig.pm: remove the qw\n\nFixes the warning.\n\nFixes #16976","files":[{"name":"tests/globalconfig.pm"}],"number":226712,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"217f211249e09dc0074b106984959cdc7df74786","revision":"217f211249e09dc0074b106984959cdc7df74786","revlink":"https://github.com/curl/curl/commit/217f211249e09dc0074b106984959cdc7df74786","when":1743864878,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"217f211249e09dc0074b106984959cdc7df74786"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2431/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227752.664519,1744227755.798669],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227752.58738,1744227755.80327]},"2432":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2432/steps/git/logs/stdio"]],"number":2432,"properties":[["branch","bagder/libtest-fisrt","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2432,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b7a3f57efa1049168c3f834a9c7270ca278d6216","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/libtest-fisrt","changes":[{"at":"Sat 05 Apr 2025 17:54:45","branch":"bagder/libtest-fisrt","category":null,"codebase":"","comments":"libtest/first: stop defining MEMDEBUG_NODEFINES\n\nIt causes problems in unity builds, in particular when this file is used\nfor unit tests.\n\nBonus: switch to plain getenv() instead of curl_getenv() to avoid extra\nmalloc/free rounds.","files":[{"name":"tests/libtest/first.c"}],"number":226714,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b7a3f57efa1049168c3f834a9c7270ca278d6216","revision":"b7a3f57efa1049168c3f834a9c7270ca278d6216","revlink":"https://github.com/curl/curl/commit/b7a3f57efa1049168c3f834a9c7270ca278d6216","when":1743868485,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b7a3f57efa1049168c3f834a9c7270ca278d6216"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2432/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227757.739356,1744227760.013124],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227757.662921,1744227760.016184]},"2433":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2433/steps/git/logs/stdio"]],"number":2433,"properties":[["branch","bagder/curl-raw","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2433,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a3021ebe28d6dd8ff5aac5c712d2452127101a82","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/curl-raw","changes":[{"at":"Sat 05 Apr 2025 21:37:13","branch":"bagder/curl-raw","category":null,"codebase":"","comments":"CURLOPT_TRANSFER_ENCODING: accept a -1 value for ignore\n\nThe previously supported values 1 and 0 are not good enough for the curl\ntool's --raw function.\n\n1: asks for compressed transfer-encoding\n\n0: disables the ask for compressed transfer-encoding but keeps support\nfor chunked\n\n-1: is the new option that also disables the support for chunked and\npasses on data as-is\n\nThe curl's raw option then sets -1 from now on. It used to set 0 but\nthat only worked because of previous bugs in libcurl that now have been\nfixed.","files":[{"name":"docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md"},{"name":"lib/content_encoding.c"},{"name":"lib/content_encoding.h"},{"name":"lib/http.c"},{"name":"lib/setopt.c"},{"name":"lib/urldata.h"},{"name":"src/tool_operate.c"},{"name":"tests/data/DISABLED"}],"number":226738,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b38547aadc8b1c32e54f2f1faacdf05c867390b9","revision":"b38547aadc8b1c32e54f2f1faacdf05c867390b9","revlink":"https://github.com/curl/curl/commit/b38547aadc8b1c32e54f2f1faacdf05c867390b9","when":1743881833,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 21:46:34","branch":"bagder/curl-raw","category":null,"codebase":"","comments":"fixup language","files":[{"name":"docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md"}],"number":226740,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1307afc33b6adb465d57566f8ff4906be3619740","revision":"1307afc33b6adb465d57566f8ff4906be3619740","revlink":"https://github.com/curl/curl/commit/1307afc33b6adb465d57566f8ff4906be3619740","when":1743882394,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 21:48:41","branch":"bagder/curl-raw","category":null,"codebase":"","comments":"fixup mention how --raw might leave the connection idling","files":[{"name":"docs/cmdline-opts/raw.md"}],"number":226742,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"eed94e944122161f40ab14a694f1a340fdb8712b","revision":"eed94e944122161f40ab14a694f1a340fdb8712b","revlink":"https://github.com/curl/curl/commit/eed94e944122161f40ab14a694f1a340fdb8712b","when":1743882521,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 06 Apr 2025 00:00:23","branch":"bagder/curl-raw","category":null,"codebase":"","comments":"CURLOPT_TRANSFER_ENCODING: accept a -1 value for ignore\n\nThe previously supported values 1 and 0 are not good enough for the curl\ntool's --raw function.\n\n1: asks for compressed transfer-encoding\n\n0: disables the ask for compressed transfer-encoding but keeps support\nfor chunked\n\n-1: is the new option that also disables the support for chunked and\npasses on data as-is\n\nThe curl's raw option then sets -1 from now on. It used to set 0 but\nthat only worked because of previous bugs in libcurl that now have been\nfixed.","files":[{"name":"docs/cmdline-opts/raw.md"},{"name":"docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md"},{"name":"lib/content_encoding.c"},{"name":"lib/content_encoding.h"},{"name":"lib/http.c"},{"name":"lib/setopt.c"},{"name":"lib/urldata.h"},{"name":"src/tool_operate.c"},{"name":"tests/data/DISABLED"}],"number":226779,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"d8ba64fcf859fd48acf6bbe6261c5e420677cbb9","revision":"d8ba64fcf859fd48acf6bbe6261c5e420677cbb9","revlink":"https://github.com/curl/curl/commit/d8ba64fcf859fd48acf6bbe6261c5e420677cbb9","when":1743890423,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sun 06 Apr 2025 00:05:35","branch":"bagder/curl-raw","category":null,"codebase":"","comments":"fixup make zero be the internal default (chunked)","files":[{"name":"lib/content_encoding.h"},{"name":"lib/setopt.c"}],"number":226780,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a3021ebe28d6dd8ff5aac5c712d2452127101a82","revision":"a3021ebe28d6dd8ff5aac5c712d2452127101a82","revlink":"https://github.com/curl/curl/commit/a3021ebe28d6dd8ff5aac5c712d2452127101a82","when":1743890735,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a3021ebe28d6dd8ff5aac5c712d2452127101a82"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2433/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227762.259931,1744227764.520009],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227762.183883,1744227764.523673]},"2434":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2434/steps/git/logs/stdio"]],"number":2434,"properties":[["branch","bagder/tool-unit","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2434,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","7bd00ebea926c4ba4866fb1b95ccc44e9b73824a","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/tool-unit","changes":[{"at":"Sat 05 Apr 2025 22:56:12","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"tests/tunit: make a separate directory for tool-based unit tests\n\nSeparated from library based unit tests to not confuse memory management\netc. Move 1394 and 1604 there.","files":[{"name":"configure.ac"},{"name":"tests/Makefile.am"},{"name":"tests/data/test1394"},{"name":"tests/data/test1604"},{"name":"tests/globalconfig.pm"},{"name":"tests/runner.pm"},{"name":"tests/tunit/tool1394.c"},{"name":"tests/tunit/tool1604.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1394.c"},{"name":"tests/unit/unit1604.c"}],"number":226752,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"69c015a939878ca4ca9dfa99f4ce2b676160c0b7","revision":"69c015a939878ca4ca9dfa99f4ce2b676160c0b7","revlink":"https://github.com/curl/curl/commit/69c015a939878ca4ca9dfa99f4ce2b676160c0b7","when":1743886572,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:01:33","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup dir name","files":[{"name":"configure.ac"}],"number":226754,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"868fe42a8bd5f67fe77faee8ba8a6415f8e5eeea","revision":"868fe42a8bd5f67fe77faee8ba8a6415f8e5eeea","revlink":"https://github.com/curl/curl/commit/868fe42a8bd5f67fe77faee8ba8a6415f8e5eeea","when":1743886893,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:04:26","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"tests/tunit: make a separate directory for tool-based unit tests\n\nSeparated from library based unit tests to not confuse memory management\netc. Move 1394 and 1604 there.","files":[{"name":"configure.ac"},{"name":"tests/Makefile.am"},{"name":"tests/data/test1394"},{"name":"tests/data/test1604"},{"name":"tests/globalconfig.pm"},{"name":"tests/runner.pm"},{"name":"tests/tunit/tool1394.c"},{"name":"tests/tunit/tool1604.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1394.c"},{"name":"tests/unit/unit1604.c"}],"number":226758,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"5f042011a8cb55177be2e4f2067276e6cd356778","revision":"5f042011a8cb55177be2e4f2067276e6cd356778","revlink":"https://github.com/curl/curl/commit/5f042011a8cb55177be2e4f2067276e6cd356778","when":1743887066,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:05:22","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"tests/tunit: make a separate directory for tool-based unit tests\n\nSeparated from library based unit tests to not confuse memory management\netc. Move 1394 and 1604 there.","files":[{"name":"configure.ac"},{"name":"tests/Makefile.am"},{"name":"tests/data/test1394"},{"name":"tests/data/test1604"},{"name":"tests/globalconfig.pm"},{"name":"tests/runner.pm"},{"name":"tests/tunit/Makefile.am"},{"name":"tests/tunit/Makefile.inc"},{"name":"tests/tunit/tool1394.c"},{"name":"tests/tunit/tool1604.c"},{"name":"tests/unit/Makefile.inc"},{"name":"tests/unit/unit1394.c"},{"name":"tests/unit/unit1604.c"}],"number":226760,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"396cad8e6e7971dd7a22a9c902c96686e6f5218c","revision":"396cad8e6e7971dd7a22a9c902c96686e6f5218c","revlink":"https://github.com/curl/curl/commit/396cad8e6e7971dd7a22a9c902c96686e6f5218c","when":1743887122,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:30:29","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup the tunit files","files":[{"name":"tests/tunit/Makefile.inc"}],"number":226764,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"4607f65e75eb69d7b1d897c460edc6af420a2272","revision":"4607f65e75eb69d7b1d897c460edc6af420a2272","revlink":"https://github.com/curl/curl/commit/4607f65e75eb69d7b1d897c460edc6af420a2272","when":1743888629,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:35:28","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup oops","files":[{"name":"tests/tunit/CMakeLists.txt"}],"number":226766,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7d3567fe9ed134b7c0a422c9c643b16be33cd218","revision":"7d3567fe9ed134b7c0a422c9c643b16be33cd218","revlink":"https://github.com/curl/curl/commit/7d3567fe9ed134b7c0a422c9c643b16be33cd218","when":1743888928,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:37:24","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup we call it tool_bundle","files":[{"name":"tests/tunit/CMakeLists.txt"}],"number":226768,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"24790477e1ef65ea73d17ee28bf4a50cce355aa6","revision":"24790477e1ef65ea73d17ee28bf4a50cce355aa6","revlink":"https://github.com/curl/curl/commit/24790477e1ef65ea73d17ee28bf4a50cce355aa6","when":1743889044,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:40:00","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup","files":[{"name":"tests/globalconfig.pm"}],"number":226770,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"1ef2b01c1fcbe5a113769f2d0065ba7b5b358e8b","revision":"1ef2b01c1fcbe5a113769f2d0065ba7b5b358e8b","revlink":"https://github.com/curl/curl/commit/1ef2b01c1fcbe5a113769f2d0065ba7b5b358e8b","when":1743889200,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:44:54","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup initial README","files":[{"name":"tests/tunit/README.md"}],"number":226776,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e6ef3a928fcf97ead403bc875d28dea147aca542","revision":"e6ef3a928fcf97ead403bc875d28dea147aca542","revlink":"https://github.com/curl/curl/commit/e6ef3a928fcf97ead403bc875d28dea147aca542","when":1743889494,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Sat 05 Apr 2025 23:47:44","branch":"bagder/tool-unit","category":null,"codebase":"","comments":"fixup unity builds need the inc path to the dir as well?","files":[{"name":"tests/tunit/Makefile.am"}],"number":226777,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7bd00ebea926c4ba4866fb1b95ccc44e9b73824a","revision":"7bd00ebea926c4ba4866fb1b95ccc44e9b73824a","revlink":"https://github.com/curl/curl/commit/7bd00ebea926c4ba4866fb1b95ccc44e9b73824a","when":1743889664,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"7bd00ebea926c4ba4866fb1b95ccc44e9b73824a"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2434/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227766.635441,1744227768.972907],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227766.525155,1744227768.976288]},"2435":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2435/steps/git/logs/stdio"]],"number":2435,"properties":[["branch","bagder/fix-raw","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2435,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","b7025ba35b840b5036984d0a5850a830cc259967","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/fix-raw","changes":[{"at":"Sun 06 Apr 2025 00:42:32","branch":"bagder/fix-raw","category":null,"codebase":"","comments":"CURLOPT_HTTP_TRANSFER_DECODING: fixed\n\nThe fix in #16974 broke the CURLOPT_HTTP_TRANSFER_DECODING handling a\nlittle bit, shown in test 319 and curl's --raw option.\n\nThis is a follow-up that restores the functionality.\n\nEnable test 319 again.","files":[{"name":"lib/content_encoding.c"},{"name":"lib/setopt.c"},{"name":"tests/data/DISABLED"}],"number":226782,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"b7025ba35b840b5036984d0a5850a830cc259967","revision":"b7025ba35b840b5036984d0a5850a830cc259967","revlink":"https://github.com/curl/curl/commit/b7025ba35b840b5036984d0a5850a830cc259967","when":1743892952,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"b7025ba35b840b5036984d0a5850a830cc259967"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2435/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227770.625205,1744227772.893494],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227770.549593,1744227772.898737]},"2436":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2436/steps/git/logs/stdio"]],"number":2436,"properties":[["branch","bagder/test-clean","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2436,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","694bedc45642bb203ae93a3d7ac143dd20e8a86f","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/test-clean","changes":[{"at":"Sun 06 Apr 2025 12:04:33","branch":"bagder/test-clean","category":null,"codebase":"","comments":"make: clean tests better\n\n1. 'make clean' in the root dir now also invokes 'make clean' in the\ntests subdir so that it cleans up better recursively. The Makefile.am\ndoes not list 'tests' as a normal subdir to avoid building that\ndirectory for a normal make invoke.\n\n2. 'make clean' in the tests/libtest and tests/unit directories now\n*explicitly* remove the unity build executables even if this is not a\nunit build. This, because those files may be leftovers from previous\nbuilds and such leftovers can otherwise linger around and since\n'runtests.pl' dynamically acts differently based on the mere *presence*\nof those files, they can keep you fooled for a while until you\nrealize...","files":[{"name":"Makefile.am"},{"name":"tests/libtest/Makefile.am"},{"name":"tests/unit/Makefile.am"}],"number":226807,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"694bedc45642bb203ae93a3d7ac143dd20e8a86f","revision":"694bedc45642bb203ae93a3d7ac143dd20e8a86f","revlink":"https://github.com/curl/curl/commit/694bedc45642bb203ae93a3d7ac143dd20e8a86f","when":1743933873,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"694bedc45642bb203ae93a3d7ac143dd20e8a86f"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2436/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744227774.473571,1744227776.677053],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744227774.388225,1744227776.680057]},"2437":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/git/logs/stdio"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty_1/logs/property%20changes"],["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/Runtest/logs/resultlog"]],"number":2437,"properties":[["branch","bagder/normalize-urls","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2437,"Build"],["codebase","","Build"],["got_revision","113f2a58a856ca1141ffae896c10652fbcd8afaa","Git"],["osplatform","SPARC","SetPropertyFromCommand Step"],["osrelease","10","SetPropertyFromCommand Step"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","113f2a58a856ca1141ffae896c10652fbcd8afaa","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":0,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/normalize-urls","changes":[{"at":"Mon 07 Apr 2025 09:20:51","branch":"bagder/normalize-urls","category":null,"codebase":"","comments":"urlapi: offer CURLU_NORMALIZE for URL normalizing\n\nNo longer claim curl_url_get() does URL normalizing by default.\n\nWith this option used, curl_url_get() normalizes the user, password, options,\n(lowercase) hostnames, path, query and fragment parts.\n\nExtend test 1560 to verify\n\nAssisted-by: Demi Marie Obenour\n\nFixes #16829 (sort of)\nReported-by: Alberto Leiva Popper\nCloses #16841","files":[{"name":"docs/libcurl/curl_url_get.md"},{"name":"docs/libcurl/symbols-in-versions"},{"name":"include/curl/urlapi.h"},{"name":"lib/urlapi.c"},{"name":"tests/data/test1560"},{"name":"tests/libtest/lib1560.c"}],"number":226865,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"113f2a58a856ca1141ffae896c10652fbcd8afaa","revision":"113f2a58a856ca1141ffae896c10652fbcd8afaa","revlink":"https://github.com/curl/curl/commit/113f2a58a856ca1141ffae896c10652fbcd8afaa","when":1744010451,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"113f2a58a856ca1141ffae896c10652fbcd8afaa"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/git/logs/stdio"]],"name":"git","results":[0,[]],"statistics":{},"step_number":0,"text":["update"],"times":[1744227778.125871,1744227797.196459],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty/logs/property%20changes"]],"name":"setproperty","results":[0,[]],"statistics":{},"step_number":1,"text":["property 'osrelease' set"],"times":[1744227797.200313,1744227797.36154],"urls":{}},{"eta":null,"expectations":[],"hidden":true,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty_1/logs/stdio"],["property changes","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/setproperty_1/logs/property%20changes"]],"name":"setproperty_1","results":[0,[]],"statistics":{},"step_number":2,"text":["property 'osplatform' set"],"times":[1744227797.363777,1744227797.502001],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/Runtest/logs/stdio"],["resultlog","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2437/steps/Runtest/logs/resultlog"]],"name":"Runtest","results":[0,[]],"statistics":{},"step_number":3,"text":["'./tests/testcurl.pl","--nogitpull","...'"],"times":[1744227797.504189,1744236689.642641],"urls":{}}],"text":["build","successful"],"times":[1744227778.053993,1744236689.649041]},"2438":{"blame":["dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2438/steps/git/logs/stdio"]],"number":2438,"properties":[["branch","dependabot/github_actions/rojopolis/spellcheck-github-actions-0.48.0","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2438,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","fa7cc8d7beb96ac000af05d70b04da4c296ba9af","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"dependabot/github_actions/rojopolis/spellcheck-github-actions-0.48.0","changes":[{"at":"Mon 07 Apr 2025 17:59:10","branch":"dependabot/github_actions/rojopolis/spellcheck-github-actions-0.48.0","category":null,"codebase":"","comments":"build(deps): bump rojopolis/spellcheck-github-actions\n\nBumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.47.0 to 0.48.0.\n- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)\n- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/ed0756273a1658136c36d26e3d0353de35b98c8b...23dc186319866e1de224f94fe1d31b72797aeec7)\n\n---\nupdated-dependencies:\n- dependency-name: rojopolis/spellcheck-github-actions\n  dependency-version: 0.48.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>","files":[{"name":".github/workflows/checkdocs.yml"}],"number":226886,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"fa7cc8d7beb96ac000af05d70b04da4c296ba9af","revision":"fa7cc8d7beb96ac000af05d70b04da4c296ba9af","revlink":"https://github.com/curl/curl/commit/fa7cc8d7beb96ac000af05d70b04da4c296ba9af","when":1744041550,"who":"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"fa7cc8d7beb96ac000af05d70b04da4c296ba9af"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2438/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744236691.713096,1744236694.388622],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744236691.614836,1744236694.393164]},"2439":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2439/steps/git/logs/stdio"]],"number":2439,"properties":[["branch","bagder/include-dotdot","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2439,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","a6899eed61b5070ed33dc58b20684302e2e527b9","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/include-dotdot","changes":[{"at":"Tue 08 Apr 2025 08:05:06","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"lib: include the file using known path\n\nby including headers using \"../[header]\" when done from C files in\nsubdirectories, we do not need to specify the lib source dir as an\ninclude path and we reduce the risk of header name collisions with\nheaders in the SDK using the same file names.\n\nRef: #16949","files":[{"name":"lib/Makefile.am"},{"name":"lib/vauth/cleartext.c"},{"name":"lib/vauth/cram.c"},{"name":"lib/vauth/digest.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/gsasl.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/oauth2.c"},{"name":"lib/vauth/spnego_gssapi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vauth/vauth.c"},{"name":"lib/vauth/vauth.h"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_msh3.h"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_ngtcp2.h"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_osslq.h"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/curl_quiche.h"},{"name":"lib/vquic/vquic-tls.c"},{"name":"lib/vquic/vquic-tls.h"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vquic/vquic.h"},{"name":"lib/vquic/vquic_int.h"},{"name":"lib/vssh/curl_path.c"},{"name":"lib/vssh/curl_path.h"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/ssh.h"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/gtls.h"},{"name":"lib/vtls/hostcheck.c"},{"name":"lib/vtls/keylog.c"},{"name":"lib/vtls/keylog.h"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/mbedtls.h"},{"name":"lib/vtls/mbedtls_threadlock.c"},{"name":"lib/vtls/mbedtls_threadlock.h"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/openssl.h"},{"name":"lib/vtls/rustls.c"},{"name":"lib/vtls/rustls.h"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel.h"},{"name":"lib/vtls/schannel_int.h"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/vtls.h"},{"name":"lib/vtls/vtls_int.h"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_scache.h"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/vtls_spack.h"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/wolfssl.h"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"}],"number":226906,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e9c287c82cdc2e0ed50656e49bc35bc20e70dc50","revision":"e9c287c82cdc2e0ed50656e49bc35bc20e70dc50","revlink":"https://github.com/curl/curl/commit/e9c287c82cdc2e0ed50656e49bc35bc20e70dc50","when":1744092306,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 08:44:15","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup two mistakes","files":[{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/vtls.h"}],"number":226916,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"f4ca929172c68d8a01066244ae4fc4ce14f25c67","revision":"f4ca929172c68d8a01066244ae4fc4ce14f25c67","revlink":"https://github.com/curl/curl/commit/f4ca929172c68d8a01066244ae4fc4ce14f25c67","when":1744094655,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 08:46:41","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup wolfssh too","files":[{"name":"lib/vssh/wolfssh.c"}],"number":226918,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"7b80e5aa0e603fde747339487e4c670255db8ed6","revision":"7b80e5aa0e603fde747339487e4c670255db8ed6","revlink":"https://github.com/curl/curl/commit/7b80e5aa0e603fde747339487e4c670255db8ed6","when":1744094801,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 08:50:34","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup ignore the right files in checksrc","files":[{"name":"src/Makefile.am"}],"number":226920,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"325707cb2462fa541e35fcbc6ca841fa4c41d91e","revision":"325707cb2462fa541e35fcbc6ca841fa4c41d91e","revlink":"https://github.com/curl/curl/commit/325707cb2462fa541e35fcbc6ca841fa4c41d91e","when":1744095034,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 08:57:13","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup easier checksrc invoke in src/","files":[{"name":"src/Makefile.am"}],"number":226921,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"158fc758ecd756db4f284ed7792c851117272d36","revision":"158fc758ecd756db4f284ed7792c851117272d36","revlink":"https://github.com/curl/curl/commit/158fc758ecd756db4f284ed7792c851117272d36","when":1744095433,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 08:58:43","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup make the lib checksrc invoke easier as well","files":[{"name":"lib/Makefile.am"}],"number":226923,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"e459dbca1ccaf943088a8209b662c22816d4f01a","revision":"e459dbca1ccaf943088a8209b662c22816d4f01a","revlink":"https://github.com/curl/curl/commit/e459dbca1ccaf943088a8209b662c22816d4f01a","when":1744095523,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 12:28:58","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"lib: include files using known path\n\nby including headers using \"../[header]\" when done from C files in\nsubdirectories, we do not need to specify the lib source dir as an\ninclude path and we reduce the risk of header name collisions with\nheaders in the SDK using the same file names.\n\nRef: #16949","files":[{"name":"lib/Makefile.am"},{"name":"lib/vauth/cleartext.c"},{"name":"lib/vauth/cram.c"},{"name":"lib/vauth/digest.c"},{"name":"lib/vauth/digest_sspi.c"},{"name":"lib/vauth/gsasl.c"},{"name":"lib/vauth/krb5_gssapi.c"},{"name":"lib/vauth/krb5_sspi.c"},{"name":"lib/vauth/ntlm.c"},{"name":"lib/vauth/ntlm_sspi.c"},{"name":"lib/vauth/oauth2.c"},{"name":"lib/vauth/spnego_gssapi.c"},{"name":"lib/vauth/spnego_sspi.c"},{"name":"lib/vauth/vauth.c"},{"name":"lib/vauth/vauth.h"},{"name":"lib/vquic/curl_msh3.c"},{"name":"lib/vquic/curl_msh3.h"},{"name":"lib/vquic/curl_ngtcp2.c"},{"name":"lib/vquic/curl_ngtcp2.h"},{"name":"lib/vquic/curl_osslq.c"},{"name":"lib/vquic/curl_osslq.h"},{"name":"lib/vquic/curl_quiche.c"},{"name":"lib/vquic/curl_quiche.h"},{"name":"lib/vquic/vquic-tls.c"},{"name":"lib/vquic/vquic-tls.h"},{"name":"lib/vquic/vquic.c"},{"name":"lib/vquic/vquic.h"},{"name":"lib/vquic/vquic_int.h"},{"name":"lib/vssh/curl_path.c"},{"name":"lib/vssh/curl_path.h"},{"name":"lib/vssh/libssh.c"},{"name":"lib/vssh/libssh2.c"},{"name":"lib/vssh/ssh.h"},{"name":"lib/vssh/wolfssh.c"},{"name":"lib/vtls/bearssl.c"},{"name":"lib/vtls/bearssl.h"},{"name":"lib/vtls/cipher_suite.c"},{"name":"lib/vtls/cipher_suite.h"},{"name":"lib/vtls/gtls.c"},{"name":"lib/vtls/gtls.h"},{"name":"lib/vtls/hostcheck.c"},{"name":"lib/vtls/keylog.c"},{"name":"lib/vtls/keylog.h"},{"name":"lib/vtls/mbedtls.c"},{"name":"lib/vtls/mbedtls.h"},{"name":"lib/vtls/mbedtls_threadlock.c"},{"name":"lib/vtls/mbedtls_threadlock.h"},{"name":"lib/vtls/openssl.c"},{"name":"lib/vtls/openssl.h"},{"name":"lib/vtls/rustls.c"},{"name":"lib/vtls/rustls.h"},{"name":"lib/vtls/schannel.c"},{"name":"lib/vtls/schannel.h"},{"name":"lib/vtls/schannel_int.h"},{"name":"lib/vtls/schannel_verify.c"},{"name":"lib/vtls/sectransp.c"},{"name":"lib/vtls/sectransp.h"},{"name":"lib/vtls/vtls.c"},{"name":"lib/vtls/vtls.h"},{"name":"lib/vtls/vtls_int.h"},{"name":"lib/vtls/vtls_scache.c"},{"name":"lib/vtls/vtls_scache.h"},{"name":"lib/vtls/vtls_spack.c"},{"name":"lib/vtls/vtls_spack.h"},{"name":"lib/vtls/wolfssl.c"},{"name":"lib/vtls/wolfssl.h"},{"name":"lib/vtls/x509asn1.c"},{"name":"lib/vtls/x509asn1.h"},{"name":"scripts/mk-unity.pl"},{"name":"src/Makefile.am"}],"number":226938,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"c85e1ec1094282a991d594eb7a63caae95f4756d","revision":"c85e1ec1094282a991d594eb7a63caae95f4756d","revlink":"https://github.com/curl/curl/commit/c85e1ec1094282a991d594eb7a63caae95f4756d","when":1744108138,"who":"Daniel Stenberg <daniel@haxx.se>"},{"at":"Tue 08 Apr 2025 12:28:58","branch":"bagder/include-dotdot","category":null,"codebase":"","comments":"fixup Viktor's tweak","files":[{"name":"lib/CMakeLists.txt"}],"number":226939,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"a6899eed61b5070ed33dc58b20684302e2e527b9","revision":"a6899eed61b5070ed33dc58b20684302e2e527b9","revlink":"https://github.com/curl/curl/commit/a6899eed61b5070ed33dc58b20684302e2e527b9","when":1744108138,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"a6899eed61b5070ed33dc58b20684302e2e527b9"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2439/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744236695.966487,1744236698.221086],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744236695.875558,1744236698.22424]},"2440":{"blame":["Daniel Stenberg <daniel@haxx.se>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2440/steps/git/logs/stdio"]],"number":2440,"properties":[["branch","bagder/ca-bundle-L","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2440,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","cd092aad8db8786174e396ea12571cfb0b18e803","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"bagder/ca-bundle-L","changes":[{"at":"Tue 08 Apr 2025 11:30:17","branch":"bagder/ca-bundle-L","category":null,"codebase":"","comments":"mk-ca-bundle.pl: follow redirects\n\nThe Mozilla hosted files have started to redirect. Follow them to restore\nscript functionality.\n\nReported-by: Harry Sintonen","files":[{"name":"scripts/mk-ca-bundle.pl"}],"number":226931,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"cd092aad8db8786174e396ea12571cfb0b18e803","revision":"cd092aad8db8786174e396ea12571cfb0b18e803","revlink":"https://github.com/curl/curl/commit/cd092aad8db8786174e396ea12571cfb0b18e803","when":1744104617,"who":"Daniel Stenberg <daniel@haxx.se>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"cd092aad8db8786174e396ea12571cfb0b18e803"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2440/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744236699.693639,1744236702.17224],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744236699.619028,1744236702.175852]},"2441":{"blame":["renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"],"builderName":"curl-pr-unthreaded-solaris10-sparc","currentStep":null,"eta":null,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2441/steps/git/logs/stdio"]],"number":2441,"properties":[["branch","renovate/openssl-openssl-3.x","Build"],["builddir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave"],["buildername","curl-pr-unthreaded-solaris10-sparc","Builder"],["buildnumber",2441,"Build"],["codebase","","Build"],["project","curl/curl","Build"],["repository","https://github.com/curl/curl","Build"],["revision","9bd865640562141ea8597ccded0a1c76da803722","Build"],["scheduler","schedule-curl-pr","Scheduler"],["slavename","unstable10s","BuildSlave"],["workdir","/export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc","slave (deprecated)"]],"reason":"The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build","results":2,"slave":"unstable10s","sourceStamps":[{"branch":"renovate/openssl-openssl-3.x","changes":[{"at":"Tue 08 Apr 2025 16:12:32","branch":"renovate/openssl-openssl-3.x","category":null,"codebase":"","comments":"ci: Update dependency openssl/openssl to v3.5.0","files":[{"name":".github/workflows/http3-linux.yml"},{"name":".github/workflows/linux.yml"}],"number":226946,"project":"curl/curl","properties":[],"repository":"https://github.com/curl/curl","rev":"9bd865640562141ea8597ccded0a1c76da803722","revision":"9bd865640562141ea8597ccded0a1c76da803722","revlink":"https://github.com/curl/curl/commit/9bd865640562141ea8597ccded0a1c76da803722","when":1744121552,"who":"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"}],"codebase":"","hasPatch":false,"project":"curl/curl","repository":"https://github.com/curl/curl","revision":"9bd865640562141ea8597ccded0a1c76da803722"}],"steps":[{"eta":null,"expectations":[],"hidden":false,"isFinished":true,"isStarted":true,"logs":[["stdio","https://buildfarm.opencsw.org/buildbot/builders/curl-pr-unthreaded-solaris10-sparc/builds/2441/steps/git/logs/stdio"]],"name":"git","results":[2,[]],"statistics":{},"step_number":0,"text":["updating"],"times":[1744236703.724466,1744236707.014513],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty","results":[null,[]],"statistics":{},"step_number":1,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"setproperty_1","results":[null,[]],"statistics":{},"step_number":2,"text":[],"times":[null,null],"urls":{}},{"eta":null,"expectations":[],"hidden":false,"isFinished":false,"isStarted":false,"logs":[],"name":"Runtest","results":[null,[]],"statistics":{},"step_number":3,"text":[],"times":[null,null],"urls":{}}],"text":["failed"],"times":[1744236703.650488,1744236707.036524]}}