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

Builder curl-threaded-solaris11-i386 Build #4496

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondf246eeb8f4d062d773e93871f1a42640f23639e
Got Revisiondf246eeb8f4d062d773e93871f1a42640f23639e
Changes6 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 6 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4496 Build
codebase Build
got_revision df246eeb8f4d062d773e93871f1a42640f23639e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision df246eeb8f4d062d773e93871f1a42640f23639e Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jan 13 18:50:14 2026
EndTue Jan 13 22:09:11 2026
Elapsed3 hrs, 18 mins, 56 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
  5. Change #255142

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 18:13:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60186cec78bc1c0a56448a42f761aaae8e13dffc

    Comments

    openldap: avoid forward declarations in ldaps code
    Follow-up to b85cb8cb4e143d1615d4fcc1ce8f2f7b66453995 #18485
    
    Closes #20293

    Changed files

    • lib/openldap.c
  6. Change #255143

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

    Comments

    url.h: fix `-Wdocumentation`
    Seen when testing `-Weverything`:
    ```
    lib/url.h:84:11: warning: parameter 'nowp' not found in the function declaration [-Wdocumentation]
       84 |  * @param nowp      NULL or pointer to time being checked against.
          |           ^~~~
    ```
    
    Follow-up to 2de22a00c7adb81b4e5cbc90785e29b4b083c1ed #19961
    
    Closes #20294

    Changed files

    • lib/url.h