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

Builder curl-ares-solaris10-sparc Build #3409

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 41 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 20 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3409 Build
codebase Build
got_revision df246eeb8f4d062d773e93871f1a42640f23639e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision df246eeb8f4d062d773e93871f1a42640f23639e Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jan 13 18:50:26 2026
EndWed Jan 14 13:03:35 2026
Elapsed18 hrs, 13 mins, 9 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
  4. Change #255074

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 07:32:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b566d8310d2216990ce7f3af813313b9776176a

    Comments

    top-complexity: always show the top-25
    Accept argument as a custom amount. Previously it showed all functions
    with a complexity score above 57. This way it adapts better as we
    gradually decrease complexity in functions.
    
    Closes #20273

    Changed files

    • scripts/top-complexity
  5. Change #255090

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:46:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dac98ccfa27a392edd946227483bfac8f466219a

    Comments

    mqtt: better too-big-message-check
    Reported-by: gudyuu on hackerone
    Reviewed-by: Daniel Gustafsson
    Bug: https://hackerone.com/reports/3508500
    Closes #20281

    Changed files

    • lib/mqtt.c
  6. Change #255091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:52:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f057ed05beb2f03eb77dab446d8ff9c3f62cac42

    Comments

    checksrc: warn for leading spaces before the preprocessor hash
    Fix the 40+ fallouts
    
    Closes #20282

    Changed files

    • lib/curl_ntlm_core.c
    • lib/file.c
    • lib/http_negotiate.c
    • lib/md4.c
    • lib/md5.c
    • lib/sha256.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vssh/libssh.c
    • scripts/checksrc.pl
    • tests/data/test1185
  7. Change #255092

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 09:55:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8582ecf5bb3b507fe0a9714cf3ea14733ccde02a

    Comments

    setopt: split up setopt_long and setopt_cptr
    - Split setopt_long() into multiple functions
      (setopt_long_bool/net/http/proxy/ssl/proto/misc) and dispatch them
      using a small function table
    
    - Extract proxy string option handling into setopt_cptr_proxy() and call
      it early from setopt_cptr()
    
    - Reorder options to simplify #ifdef blocks and reduce per-function size
    
    - Updates code paths to return CURLE_UNKNOWN_OPTION from helper defaults
      so dispatching can continue cleanly
    
    Closes #20280

    Changed files

    • lib/setopt.c
  8. Change #255098

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 11:16:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db86f2de9bd36e981e4962babf0ec979cf72d91f

    Comments

    tftp: correct the filename length check
    Reported-by: z2_
    Bug: https://hackerone.com/reports/3508321
    Closes #20283

    Changed files

    • lib/tftp.c
  9. Change #255116

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 Jan 2026 14:11:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 236c7d3c4d115795f87eb58aff3958bfb81e951e

    Comments

    curl_easy_nextheader.md: a new transfer invalidates 'prev'
    Closes #20285

    Changed files

    • docs/libcurl/curl_easy_nextheader.md
  10. Change #255119

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

    Comments

    tests/server: use `CURL_PRINTF()`, drop `-Wformat-nonliteral` workaround
    Closes #20286

    Changed files

    • tests/server/first.h
    • tests/server/util.c
  11. Change #255120

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

    Comments

    imap: check `imap_sendf()` printf masks at compile-time
    Closes #20287

    Changed files

    • lib/imap.c
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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