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

Builder curl-ares-solaris10-i386 Build #4149

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision82e0d387a2e110d704bb18c42894749548b804b4
Got Revision82e0d387a2e110d704bb18c42894749548b804b4
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Jan 15 01:53:11 2026
EndThu Jan 15 16:20:54 2026
Elapsed14 hrs, 27 mins, 42 secs

All Changes:

:

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 14 Jan 2026 23:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 82e0d387a2e110d704bb18c42894749548b804b4

    Comments

    build: drop more forward function declarations
    Most by moving functions around. Also delete unused ones.
    Reducing their number from 83 to 33.
    
    Remaining ones due to:
    - circular dependencies.
    - H3 code, that I did not attempt to update and likely the above applies.
    - static declarations with attributes (`CURL_PRINTF`, `WARN_UNUSED_RESULT`).
    - OS400 code.
    
    Closes #20321

    Changed files

    • lib/cf-h2-proxy.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/cw-out.c
    • lib/cw-pause.c
    • lib/http2.c
    • lib/mime.c
    • lib/rtsp.c
    • lib/sendf.c
    • lib/urlapi.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • src/tool_cb_dbg.c
    • src/tool_writeout.c