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

Builder curl-threaded-solaris10-i386 Build #4180

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2949faa93c94a624256f46b42f2dfbbee7d56fdb
Got Revision2949faa93c94a624256f46b42f2dfbbee7d56fdb
Changes16 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 54 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. dependabot[bot]

Timing:

StartWed Jan 14 05:53:33 2026
EndWed Jan 14 21:00:13 2026
Elapsed15 hrs, 6 mins, 40 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. Change #255189

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea94afe3180c90cd2f4eb89719c53d0e7eed0f56

    Comments

    ldap: silence potential unused variable warning (OS400)
    Also:
    - add `endif` comment.
    - unfold a line.
    
    Follow-up to 64350280d3b9aca54856f73d109aab8f49615de3 #20197
    
    Closes #20302

    Changed files

    • lib/ldap.c
  13. Change #255190

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d9004ee478878a494eb11776a53e9a58d08a8ef

    Comments

    build: drop duplicate C includes
    - `stdlib.h` and `string.h` is included via `curl_setup_once.h`,
      allowing to drop from `tests/server` sources and `tool_doswin.c`.
    
    - `stdlib.h` is also included via `setup-vms.h` (earlier than above),
      allowing to drop it from `curl_addrinfo.h` on VMS.
    
    Closes #20303

    Changed files

    • lib/curl_addrinfo.h
    • src/tool_doswin.c
    • tests/server/first.c
    • tests/server/mqttd.c
    • tests/server/socksd.c
  14. Change #255191

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 00:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60ab58a8a50b7d4e8d9df8591ba5cc0ba3516553

    Comments

    cmake: replace an outlier `set(var)` with `set(var, "")`
    For consistency with the rest of these expressions and readability.
    
    Closes #20305

    Changed files

    • CMakeLists.txt
  15. Change #255203

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 02:35:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4651d4c76b2e2cddbf1f28cd2efe81a22a79262c

    Comments

    badwords: catch and fix more variants of `NN-bit`
    Closes #20304

    Changed files

    • .github/scripts/badwords.txt
    • docs/SSL-PROBLEMS.md
    • docs/libcurl/curl_version_info.md
    • docs/libcurl/opts/CURLOPT_PORT.md
    • docs/libcurl/opts/CURLOPT_PROXYPORT.md
    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
    • include/curl/curl.h
    • lib/arpa_telnet.h
    • lib/curlx/inet_ntop.c
    • lib/doh.c
    • lib/ftp.c
    • lib/mime.c
    • lib/sha256.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/tftp.c
    • lib/ws.c
    • tests/data/test649
    • tests/runtests.pl
    • tests/unit/unit1658.c
  16. Change #255205

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 03:11:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2949faa93c94a624256f46b42f2dfbbee7d56fdb

    Comments

    badwords: fix typos found
    Not caught in CI.
    
    Closes #20308

    Changed files

    • docs/HSTS.md
    • docs/MANUAL.md
    • docs/TheArtOfHttpScripting.md
    • docs/libcurl/curl_mime_filename.md
    • docs/libcurl/libcurl.m4
    • docs/libcurl/opts/CURLOPT_COOKIELIST.md
    • docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md
    • docs/libcurl/opts/CURLOPT_HTTPPOST.md
    • docs/libcurl/opts/CURLOPT_NOPROXY.md
    • tests/http/testenv/curl.py