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

Builder curl-ares-solaris11-sparc Build #5133

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision82e0d387a2e110d704bb18c42894749548b804b4
Got Revision82e0d387a2e110d704bb18c42894749548b804b4
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 58 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5133 Build
codebase Build
got_revision 82e0d387a2e110d704bb18c42894749548b804b4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 82e0d387a2e110d704bb18c42894749548b804b4 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jan 14 23:36:27 2026
EndWed Jan 14 23:59:31 2026
Elapsed23 mins, 4 secs

All Changes:

:

  1. Change #255290

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 23:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 82e0d387a2e110d704bb18c42894749548b804b4

    Comments

    build: drop more forward function declarations
    Most by moving functions around. Also delete unused ones.
    Reducing their number from 83 to 33.
    
    Remaining ones due to:
    - circular dependencies.
    - H3 code, that I did not attempt to update and likely the above applies.
    - static declarations with attributes (`CURL_PRINTF`, `WARN_UNUSED_RESULT`).
    - OS400 code.
    
    Closes #20321

    Changed files

    • lib/cf-h2-proxy.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/cw-out.c
    • lib/cw-pause.c
    • lib/http2.c
    • lib/mime.c
    • lib/rtsp.c
    • lib/sendf.c
    • lib/urlapi.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • src/tool_cb_dbg.c
    • src/tool_writeout.c