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

Builder curl-unthreaded-solaris10-i386 Build #16327

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision438ba94461719633654485fd024b4cd2fbb1314e
Got Revision438ba94461719633654485fd024b4cd2fbb1314e
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 16 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16327 Build
codebase Build
got_revision 438ba94461719633654485fd024b4cd2fbb1314e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 438ba94461719633654485fd024b4cd2fbb1314e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 2 10:51:54 2026
EndFri Jan 2 10:59:20 2026
Elapsed7 mins, 25 secs

All Changes:

:

  1. Change #253874

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 02 Jan 2026 10:45:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74c4bdc24435ce8dba46263ffe979c15e32d7eab

    Comments

    ws: replace a cast by matching the format string
    Closes #20151

    Changed files

    • lib/ws.c
  2. Change #253875

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 02 Jan 2026 10:45:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3bf8d391fbd2568ac8df052c55a48b5941c17d8

    Comments

    src: drop redundant definition of `BIT()`
    It's defined in `lib/curl_setup_once.h` which is always included before
    the duplicate definition in `src/tool_cfgable.h`. Delete the latter.
    
    Follow-up to 06bb1587373dcc42ffbe104b214c900936acfb3c #16211
    
    Closes #20152

    Changed files

    • src/tool_cfgable.h
  3. Change #253876

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 02 Jan 2026 10:45:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 438ba94461719633654485fd024b4cd2fbb1314e

    Comments

    vtls: drop unused `use_alpn` from `ssl_connect_data` struct
    Closes #20154

    Changed files

    • lib/vtls/vtls_int.h