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

Builder curl-ares-solaris11-sparc Build #5119

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb6298a23369d86813cf5e15828128a0374bd082b
Got Revisionb6298a23369d86813cf5e15828128a0374bd082b
Changes4 changes

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 ...' ( 23 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 24 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 5119 Build
codebase Build
got_revision b6298a23369d86813cf5e15828128a0374bd082b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b6298a23369d86813cf5e15828128a0374bd082b 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 17:46:30 2026
EndTue Jan 13 18:56:37 2026
Elapsed1 hrs, 10 mins, 6 secs

All Changes:

:

  1. Change #255134

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 17:43:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d2c65e6ee258b5800bbb93de2228d0550089c18

    Comments

    lib: reorder protocol functions to avoid forward declarations (misc cont.)
    For protocols: ldap, openldap, rtmp, rtsp, telnet
    
    Move protocol handler table to the end of sources, rearrange static
    functions in reverse dependency order as necessary.
    
    Closes #20289

    Changed files

    • lib/curl_rtmp.c
    • lib/ldap.c
    • lib/openldap.c
    • lib/rtsp.c
    • lib/telnet.c
  2. Change #255135

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 17:43:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6a83894eb983d2a3b892ed9f9fc0eeef25f3805

    Comments

    lib: reorder protocol functions to avoid forward declarations (ssh)
    Move protocol handler table to the end of sources, rearrange static
    functions in reverse dependency order as necessary.
    
    Closes #20290

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
  3. Change #255136

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 17:43:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c446ada2a6770d54e8255fcdbe367e8ff53634af

    Comments

    md4, md5: drop redundant forward declarations
    Closes #20291

    Changed files

    • lib/md4.c
    • lib/md5.c
  4. Change #255137

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 17:43:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b6298a23369d86813cf5e15828128a0374bd082b

    Comments

    mod_curltest: silence unused argument compiler warning
    Closes #20292

    Changed files

    • tests/http/testenv/mod_curltest/mod_curltest.c