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

Builder curl-threaded-solaris10-sparc Build #3489

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3489 Build
codebase Build
got_revision 102d4c8ba9e162f4f1f9ac4d45571de26a49739a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 102d4c8ba9e162f4f1f9ac4d45571de26a49739a Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Diogo Correia
  3. Viktor Szakats

Timing:

StartTue Feb 24 19:02:16 2026
EndWed Feb 25 13:06:22 2026
Elapsed18 hrs, 4 mins, 5 secs

All Changes:

:

  1. Change #258782

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 01:11:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67298a80b3a2d092d801a4dc4a6f115935092eec

    Comments

    INSTALL-CMAKE.md: document the `curl` build target
    Can be useful to together with `testdeps` to build all binaries.
    
    Closes #20694

    Changed files

    • docs/INSTALL-CMAKE.md
  2. Change #258792

    Category curl
    Changed by Diogo Correia <meohnoyoudont@diogotc.com>
    Changed at Tue 24 Feb 2026 08:15:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d94b1a06620ed838ae1354b414316e5f707486a

    Comments

    docs: use dot instead of comma at end of sentences
    Some sentences incorrectly ended with a command instead of a dot.
    
    Closes #20700

    Changed files

    • docs/CONTRIBUTE.md
    • docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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