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

Builder curl-threaded-solaris10-i386 Build #4181

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6437bd79ae8c67066728a83ed62edee48e596bdd
Got Revision6437bd79ae8c67066728a83ed62edee48e596bdd
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 44 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 15 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 4181 Build
codebase Build
got_revision 6437bd79ae8c67066728a83ed62edee48e596bdd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6437bd79ae8c67066728a83ed62edee48e596bdd 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Jan 14 21:00:16 2026
EndThu Jan 15 11:34:58 2026
Elapsed14 hrs, 34 mins, 42 secs

All Changes:

:

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 20:46:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6437bd79ae8c67066728a83ed62edee48e596bdd

    Comments

    cmake: avoid setting custom property on built-in interface targets
    In some cases `ZLIB::ZLIB` and/or `OpenSSL::SSL` may be aliases, which
    prevents setting a curl-specific property (.pc module name) in them:
    ```
    CMake Error at [...]/curl/CMakeLists.txt:910 (set_target_properties):
      set_target_properties can not be used on an ALIAS target.
    ```
    
    Fix by special-casing these built-in targets and manually converting
    them to .pc module names, without using the targets themselves
    to carry this information throughout curl's internal build logic.
    
    Reported-by: Tomáš Malý
    Fixes #20313
    Follow-up to 16f073ef49f94412000218c9f6ad04e3fd7e4d01 #16973
    Closes #20316

    Changed files

    • CMakeLists.txt