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

Builder curl-threaded-solaris10-i386 Build #4247

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona4ce687af2cca02c0add0d89d9a709919f256392
Got Revisiona4ce687af2cca02c0add0d89d9a709919f256392
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 43 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 17 mins, 50 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 4247 Build
codebase Build
got_revision a4ce687af2cca02c0add0d89d9a709919f256392 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a4ce687af2cca02c0add0d89d9a709919f256392 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. Hamza Bensliman
  3. Viktor Szakats

Timing:

StartWed Feb 25 00:38:32 2026
EndWed Feb 25 15:51:27 2026
Elapsed15 hrs, 12 mins, 55 secs

All Changes:

:

  1. Change #258820

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 11:18:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 956e1ae84f2fec9f027b4ce80999744326b30992

    Comments

    setopt: refuse blobs with zero length
    A blob must have a length or it will not be accepted. By enforcing the
    check here, TLS backend code can rely on the fact that the length is
    always non-zero from this point.
    
    Reported-by: aisle-research-bot
    URL: https://github.com/curl/curl/pull/20689#pullrequestreview-3846390367
    Closes #20705

    Changed files

    • lib/setopt.c
  2. Change #258821

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 11:19:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7981594df590030e6fe01b8f44704f0cf02cf9c1

    Comments

    mbedtls: split mbed_connect_step1 into sub functions
    Increase readability. Reduce complexity.
    
    Closes #20689

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #258826

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 12:34:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba685ad5e5712fed4c3772df0372569b4e5ff428

    Comments

    openssl: fix potential NULL dereference when loading certs (Windows)
    This could happen if the first cert to be loaded missed EKU (Enhanced
    Key Usage) data, when using native CA on Windows.
    
    Fix by skipping certs without Enhanced Key Usage data.
    
    Detected by clang-tidy:
    ```
    lib/vtls/openssl.c:2922:15: warning: Access to field 'cUsageIdentifier'
     results in a dereference of a null pointer (loaded from variable
     'enhkey_usage') [clang-analyzer-core.NullDereference]
     2922 |           if(!enhkey_usage->cUsageIdentifier) {
          |               ^
    ```
    
    Refs:
    https://learn.microsoft.com/windows/win32/secgloss/e-gly
    https://learn.microsoft.com/windows/win32/api/wincrypt/nf-wincrypt-certgetenhancedkeyusage
    https://gitlab.winehq.org/wine/wine/-/blob/wine-11.2/dlls/crypt32/cert.c?ref_type=tags#L3061-3164
    
    Assisted-by: Stefan Eissing
    
    Closes #20634

    Changed files

    • lib/vtls/openssl.c
  4. Change #258836

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 14:42:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ef6fb84ac40b6cd39d60f2b9aa3d6947c5ac3c2

    Comments

    top-complexity: lower the max allowed complexity to 60
    Closes #20706

    Changed files

    • scripts/top-complexity
  5. Change #258844

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 15:54:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 704a0a3fa99be093601f7a065f73f2fef78e061f

    Comments

    config-riscos.h: drop all undefs
    They are superfluous
    
    Closes #20711

    Changed files

    • lib/config-riscos.h
  6. Change #258845

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Feb 2026 16:02:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c513b1d520a4a5ee0ceec92b43308f06393c3212

    Comments

    DEPRECATE.md: TLS SRP support gets removed in August 2026
    Closes #20697

    Changed files

    • docs/DEPRECATE.md
  7. Change #258851

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 16:30:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be2499f7dda1f2d541004d10937f018cea1639ef

    Comments

    managen: silence Perl warnings
    Closes #20707

    Changed files

    • scripts/managen
  8. Change #258852

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 16:30:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 102d4c8ba9e162f4f1f9ac4d45571de26a49739a

    Comments

    tidy-up: macro parentheses
    Add missing and drop redundant parentheses.
    
    Also: fix whitespace.
    
    Ref: #20690
    
    Closes #20710

    Changed files

    • include/curl/curl.h
    • include/curl/multi.h
    • lib/curl_setup.h
    • lib/headers.h
    • lib/mime.h
    • lib/rand.h
    • lib/select.h
    • lib/setup-os400.h
    • lib/vtls/vtls.h
  9. Change #258862

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 20:49:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e198f75861cc2e12daf299689e145949dddd19b

    Comments

    build: fix building rare combinations
    - http/2 + !headers
    - gnutls + !verbose
    - ssls-export + !verbose
    
    Closes #20712

    Changed files

    • lib/headers.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/vtls_scache.c
  10. Change #258870

    Category curl
    Changed by Hamza Bensliman <benslimanhamza99ohnoyoudont@gmail.com>
    Changed at Tue 24 Feb 2026 23:58:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a4ce687af2cca02c0add0d89d9a709919f256392

    Comments

    docs: add reproducible example for generating man page
    Fixes #20699
    Reported-by: sammydono on github
    Closes #20703

    Changed files

    • docs/cmdline-opts/MANPAGE.md