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

Builder curl-unthreaded-solaris10-i386 Build #16372

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0431cbe71af8dfa4081dd8e769546a1fc1e7946d
Got Revision0431cbe71af8dfa4081dd8e769546a1fc1e7946d
Changes18 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16372 Build
codebase Build
got_revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. dependabot[bot]

Timing:

StartWed Jan 14 00:59:20 2026
Elapsed14 hrs, 28 mins, 31 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. Change #255152

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 19:37:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8680a075898e3adaa014286eeed6aac202291f3b

    Comments

    examples: omit forward declarations, apply misc fixes
    - reorder functions to not need forward declarations.
    - sync `ephiperfifo.c` and `evhiperfifo.c`.
    - drop redundant casts for `calloc()` return value.
    - ephiperfifo: silence unused variable warning.
    - fix indent and apply clang-format more.
    
    Closes #20296

    Changed files

    • docs/examples/block_ip.c
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/multi-event.c
  15. Change #255156

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 21:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60f9d3dd7b52ec6eed890e74856de767de6b6a34

    Comments

    build: omit forward declarations
    - drop redundant forward declarations.
    - reorder local functions to not need forward declarations.
    - tftpd: merge two `ifdef` blocks.
    
    Closes #20297

    Changed files

    • lib/curlx/inet_pton.c
    • lib/hostip.c
    • lib/http_aws_sigv4.c
    • lib/parsedate.c
    • lib/vtls/openssl.c
    • src/tool_cb_hdr.c
    • tests/http/testenv/mod_curltest/mod_curltest.c
    • tests/server/sws.c
    • tests/server/tftpd.c
  16. Change #255157

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 21:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1593eeb264c8a5e5cc55e00e1d9a4fa373aa4c2a

    Comments

    mime: drop fallback for unused `R_OK` macro
    Follow-up to fc81bf42bea37d1381c9796311df014b09ac3b30 #13497
    
    Closes #20298

    Changed files

    • lib/mime.c
  17. Change #255171

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 13 Jan 2026 23:17:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad8374aedc93225f564bbf190ccfc5ede763f7c9

    Comments

    GHA: bump pip-dependencies
    - update `ruff` from 0.14.10 to 0.14.11
    - update `filelock` from 3.20.1 to 3.20.3 (CVE-2026-22701) (used in pytests)
    - update `psutil` from 7.2.0 to 7.2.1
    
    Closes #20300

    Changed files

    • .github/scripts/requirements.txt
    • tests/http/requirements.txt
  18. Change #255172

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

    Comments

    build: globally suppress DJGPP warnings in `FD_SET()`
    Replacing the many local `#pragma` used before this patch,
    reducing the number of `__DJGPP__` guards from 58 to 13.
    
    Closes #20299

    Changed files

    • CMake/PickyWarnings.cmake
    • configure.ac
    • docs/examples/sendrecv.c
    • lib/cshutdn.c
    • lib/multi.c
    • src/tool_cb_rea.c
    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
    • tests/libtest/lib758.c
    • tests/server/mqttd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c