Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-i386 Build #4224

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionebe6fa08c9df12aa1c66cacf49a6e503a6e45d02
Got Revisionebe6fa08c9df12aa1c66cacf49a6e503a6e45d02
Changes4 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4224 Build
codebase Build
got_revision ebe6fa08c9df12aa1c66cacf49a6e503a6e45d02 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ebe6fa08c9df12aa1c66cacf49a6e503a6e45d02 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Dec 4 22:58:12 2025
EndThu Dec 4 23:03:17 2025
Elapsed5 mins, 5 secs

All Changes:

:

  1. Change #251006

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Dec 2025 22:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f97e62ff147feff09e1a29a2db6b4a7f928d75a0

    Comments

    sws: fix binding to unix socket on Windows
    Windows 10.17063+ (having unix socket support) fails to set for unix
    sockets the `SO_REUSEADDR` option, with error 10045 (`WSAEOPNOTSUPP`),
    and also fails to set `SO_KEEPALIVE` with error 10042 (`WSAENOPROTOOPT`).
    
    Fix by not enabling these socket options on Windows for unix sockets.
    
    Also:
    - fixing test 1435, 1436 to run in CI.
    - fixing the `socksd` test server for test 1467, 1468, 1470. But, also
      disable these for now due to another Windows issue: #19825
    
    Ref: https://stackoverflow.com/questions/68791319/unix-domain-socket-bind-failed-in-windows/68794755#68794755
    Ref: #19810
    Closes #19812

    Changed files

    • tests/data/test1467
    • tests/data/test1468
    • tests/data/test1470
    • tests/server/sws.c
    • tests/server/util.c
  2. Change #251007

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Dec 2025 22:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df07f431e2077881b13e655083a3929242615056

    Comments

    mbedtls: sync format across log messages
    Closes #19842

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #251008

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Dec 2025 22:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d042273cde6e4f0fd3ea0af25b37c96356ac9c6

    Comments

    openssl: simplify `HAVE_KEYLOG_CALLBACK` guard
    non-LibreSSL always includes BoringSSL and AWS-LC, no need to check for
    them explicitly.
    
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    Closes #19843

    Changed files

    • lib/vtls/openssl.h
  4. Change #251009

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 04 Dec 2025 22:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebe6fa08c9df12aa1c66cacf49a6e503a6e45d02

    Comments

    docs/libcurl: fix C formatting nits
    Closes #19844

    Changed files

    • docs/libcurl/curl_easy_nextheader.md
    • docs/libcurl/curl_easy_pause.md
    • docs/libcurl/curl_formadd.md
    • docs/libcurl/curl_formget.md
    • docs/libcurl/curl_mime_data_cb.md
    • docs/libcurl/curl_mprintf.md
    • docs/libcurl/curl_multi_fdset.md
    • docs/libcurl/curl_ws_meta.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/opts/CURLINFO_USED_PROXY.md
    • docs/libcurl/opts/CURLOPT_COOKIELIST.md
    • docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
    • docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md