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

Builder curl-ares-solaris11-i386 Build #4508

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision85c841cb45e5fe99ed3420adfa9c556fb397aefb
Got Revision85c841cb45e5fe99ed3420adfa9c556fb397aefb
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 47 mins, 56 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 4508 Build
codebase Build
got_revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb 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:

StartSat Jan 17 13:38:55 2026
EndSat Jan 17 16:21:19 2026
Elapsed2 hrs, 42 mins, 23 secs

All Changes:

:

  1. Change #255441

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 17 Jan 2026 11:45:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57ff2d6c918d0bb444e5a8a53405217aec116b1b

    Comments

    dns: flatten the include tree
    Closes #20106

    Changed files

    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/doh.c
    • lib/doh.h
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c
    • tests/unit/unit1305.c
    • tests/unit/unit1608.c
    • tests/unit/unit1658.c
  2. Change #255442

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 17 Jan 2026 11:46:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85c841cb45e5fe99ed3420adfa9c556fb397aefb

    Comments

    msvc: drop exception, make `BIT()` a bitfield with Visual Studio
    Add casts to `bool`, or use `bit` type in local variables, where
    neccessary to avoid MSVC compiler warnings C4242.
    
    Note: There may remain places needing the above updates, where not
    tested in CI, and missed in manual review.
    
    Also:
    - urldata: convert struct field `connect_only` to bitfield to match its
      counterpart in another struct.
    - rename curl-specific `bit` type to `curl_bit`.
    
    Closes #20142

    Changed files

    • lib/asyn-thrdd.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/connect.c
    • lib/cookie.c
    • lib/cshutdn.c
    • lib/curl_sasl.c
    • lib/curl_setup_once.h
    • lib/cw-out.c
    • lib/ftp.c
    • lib/http.c
    • lib/http2.c
    • lib/http_chunks.c
    • lib/http_proxy.c
    • lib/imap.c
    • lib/mime.c
    • lib/multi.c
    • lib/pop3.c
    • lib/ratelimit.c
    • lib/sendf.c
    • lib/smtp.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.c
    • lib/ws.c
    • src/tool_cb_wrt.c
    • src/tool_operate.c