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

Builder curl-unthreaded-solaris10-sparc Build #14064

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona368fbe968f6aa4ef88c7d3469eb4f90124e5dbc
Got Revisiona368fbe968f6aa4ef88c7d3469eb4f90124e5dbc
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Aug 4 01:40:37 2026
EndTue Aug 4 15:19:56 2026
Elapsed13 hrs, 39 mins, 18 secs

All Changes:

:

  1. Change #276849

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Aug 2026 13:10:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3cd31965520616c77822347a1c7da8dfb46df84

    Comments

    curl_trc: remove unused expire timers
    The expire timers
    -  DNS_PER_NAME
    -  DNS_PER_NAME2
    -  HAPPY_EYEBALLS_DNS
    
    are unused since we changed our happy eyeballing and handling of partial
    resolve results.
    
    Closes #22468

    Changed files

    • lib/curl_trc.c
    • lib/urldata.h
  2. Change #276875

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Aug 2026 13:55:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2b178d378c0e307bda0bd82028afbe546057f1a

    Comments

    tests: convert unit test 1396 and 1398 into libtests
    They were previously unit tests but used only public library functions.
    
    Closes #22471

    Changed files

    • tests/data/test1396
    • tests/data/test1398
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1396.c
    • tests/libtest/lib1398.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1396.c
    • tests/unit/unit1398.c
  3. Change #276879

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Aug 2026 14:00:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1f860394e611e937b02d5ac72d4622583ec50e84

    Comments

    lib1560: add CURLU_NO_GUESS_SCHEME tests
    Closes #22469

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  4. Change #276894

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Aug 2026 16:24:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56457f838c0b8e4e83d73fa350bddb28cf81061e

    Comments

    test557: test curl_mv*printf() functions
    These functions were previously untested in the test suite. This is just
    a set of basic invokes to make sure they work. The core of these
    functions is identical and is tested already.
    
      - curl_mvfprintf
      - curl_mvprintf
      - curl_mvsnprintf
      - curl_mvsprintf
      - curl_mvaprintf
    
    Closes #22472

    Changed files

    • tests/data/test557
    • tests/libtest/lib557.c
  5. Change #276903

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Aug 2026 16:48:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a368fbe968f6aa4ef88c7d3469eb4f90124e5dbc

    Comments

    curl_ed25519: add GnuTLS support (via nettle, hogweed)
    The necessary cryptography API is provided by nettle 3.1+, via its
    'hogweed' library. The minimum GnuTLS version required by curl is 3.6.5,
    which requires nettle 3.4.1+, so the API is always available.
    
    Also:
    - autotools: detect and use nettle's hogweed library.
    - cmake/FindNettle: add support for the hogweed library.
    - GHA/http3-linux: enable in the autotools/cmake GnuTLS jobs.
    
    Ref: https://github.com/gnutls/gnutls/commit/4353ea025ae032887f3e8cf5aadace25662c6b35
    
    Closes #22456

    Changed files

    • .github/workflows/http3-linux.yml
    • CMake/FindNettle.cmake
    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • lib/curl_ed25519.c
    • m4/curl-gnutls.m4