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

Builder curl-ares-solaris11-sparc Build #5113

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 45 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 5113 Build
codebase Build
got_revision 9570d53b756dc4bc5ba36e1e81b0d7c62f8ccbbc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9570d53b756dc4bc5ba36e1e81b0d7c62f8ccbbc 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:

StartTue Jan 13 01:36:26 2026
EndTue Jan 13 02:39:50 2026
Elapsed1 hrs, 3 mins, 23 secs

All Changes:

:

  1. Change #255057

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 01:31:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07926b59828936117a7c6662f850bc09edb14357

    Comments

    lib: reorder protocol functions to avoid forward declarations (misc)
    For protocols: dict, file, gopher, tftp, http, mqtt, smb.
    
    Move protocol hander table to the end of sources, rearrange static
    functions is reverse dependency order as necessary.
    
    Closes #20274

    Changed files

    • lib/dict.c
    • lib/file.c
    • lib/gopher.c
    • lib/http.c
    • lib/mqtt.c
    • lib/smb.c
    • lib/tftp.c
  2. Change #255058

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 01:31:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ded1e3c6e9c1ad78c1ca04a44b09d73c488070d

    Comments

    lib: reorder protocol functions to avoid forward declarations (email)
    For protocols: imap, pop3, smtp.
    
    Move protocol hander table to the end of sources, rearrange static
    functions is reverse dependency order as necessary.
    
    Closes #20275

    Changed files

    • lib/imap.c
    • lib/pop3.c
    • lib/smtp.c
  3. Change #255059

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 01:31:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9570d53b756dc4bc5ba36e1e81b0d7c62f8ccbbc

    Comments

    lib: reorder protocol functions to avoid forward declarations (ftp)
    There remains 4 forward declarations.
    
    Move protocol hander table to the end of sources, rearrange static
    functions is reverse dependency order as possible.
    
    Closes #20276

    Changed files

    • lib/ftp.c