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

Builder curl-unthreaded-solaris10-sparc Build #13737

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13737 Build
codebase Build
got_revision 438ba94461719633654485fd024b4cd2fbb1314e Git
osplatform SPARC 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 2 10:51:53 2026
EndFri Jan 2 11:28:39 2026
Elapsed36 mins, 45 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