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

Builder curl-unthreaded-solaris10-i386 Build #16373

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2b12dbc1165a3cb005d0e21fb0340bd69aaf0ffa
Got Revision2b12dbc1165a3cb005d0e21fb0340bd69aaf0ffa
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16373 Build
codebase Build
got_revision 2b12dbc1165a3cb005d0e21fb0340bd69aaf0ffa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2b12dbc1165a3cb005d0e21fb0340bd69aaf0ffa 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

Timing:

StartWed Jan 14 16:05:56 2026
EndThu Jan 15 06:42:11 2026
Elapsed14 hrs, 36 mins, 14 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Change #255229

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 Jan 2026 09:57:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 134fb6612141a856d649c758ce3d7db0d075d628

    Comments

    digest: handle quotes in the path
    - The 'uri' component needs to be escaped as well
    - Rewrote the quote function to use dynbuf
    - Build the digest at least partly with dynbuf
    - Use goto as a general error mechanism
    - Make test 64 use a double quote in the URL
    
    Closes #20295

    Changed files

    • lib/vauth/digest.c
    • tests/data/test64
  7. Change #255233

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 10:38:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59a5fd8518f6136494d04f694e16cd8879f03730

    Comments

    build: drop redundant unused variable suppressions
    Also:
    - digest_sspi: merge some `ifdef`s.
    
    Closes #20310

    Changed files

    • lib/altsvc.c
    • lib/asyn-thrdd.c
    • lib/cf-h2-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-https-connect.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/connect.c
    • lib/curl_gssapi.c
    • lib/hostip4.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/imap.c
    • lib/rtsp.c
    • lib/select.c
    • lib/sendf.c
    • lib/smtp.c
    • lib/url.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_sspi.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/vtls.c
    • lib/ws.c
  8. Change #255239

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 12:06:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20900e4a1e34dd84cac43dc341ec4f9bb13bffe8

    Comments

    tool_doswin: merge `if` blocks, drop forward declarations
    Closes #20311

    Changed files

    • src/tool_doswin.c
  9. Change #255244

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 12:53:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2623e333fd614ce7185068907b5ee4b4a7f09283

    Comments

    build: drop stray `ifndef` guards for local/internal macros
    For:
    - lib/vtls: `MAX_PINNED_PUBKEY_SIZE`.
    - src: `UNPRINTABLE_CHAR`.
    - tests/server/tftpd: `PKTSIZE`.
    
    Closes #20314

    Changed files

    • lib/vtls/vtls.h
    • src/tool_setup.h
    • tests/server/tftpd.c
  10. Change #255245

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

    Comments

    tool_doswin: document `ENABLE_VIRTUAL_TERMINAL_PROCESSING` toolchain support
    Closes #20315

    Changed files

    • src/tool_doswin.c
  11. Change #255256

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 14 Jan 2026 14:54:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b12dbc1165a3cb005d0e21fb0340bd69aaf0ffa

    Comments

    tool_cb_hdr: move etag and content-disposition logic into funcs
    Co-authored-by: Jay Satiro
    Closes #20288

    Changed files

    • src/tool_cb_hdr.c