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

Builder curl-ares-solaris10-sparc Build #3002

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8d4530537aa6223f5f7360da2dbe5a94660821ed
Got Revision8d4530537aa6223f5f7360da2dbe5a94660821ed
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Samuel Henrique
  3. Viktor Szakats
  4. x2018

Timing:

StartTue Nov 4 18:14:18 2025
EndWed Nov 5 06:38:30 2025
Elapsed12 hrs, 24 mins, 12 secs

All Changes:

:

  1. Change #247536

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Nov 2025 09:07:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f8e7b1377bad3ab64dd2cd80a7761b8e524dc1c1

    Comments

    BINDINGS: change dead link to archive.org version
    The Hollywood binding host name www.hollywood-mal.com does not seem to
    work anymore.
    
    Closes #19352

    Changed files

    • docs/BINDINGS.md
  2. Change #247537

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Nov 2025 09:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70a11c6f06dbe47fa6045eec00d594ed4397dbef

    Comments

    CURLOPT_COPYPOSTFIELDS.md: used with MQTT and RTSP as well
    Follow-up to 5ec87346a9bfad1a24f97c3785
    
    Closes #19351

    Changed files

    • docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md
  3. Change #247580

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Nov 2025 13:05:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0783ef2348f46cd57ce8848e5dc7008d33b70a05

    Comments

    tests: remove most user-agent filters
    Use the %VERSION instead. The user-agent stripping was introduced at the
    time before we had %VERSION (introduced in e6b21d4). The tests would
    then remove the user-agent header to make them possible to be compared
    in a version independent way.
    
    Fixes #19355
    Reported-by: Stefan Eissing
    Closes #19356

    Changed files

    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1574
    • tests/data/test1575
    • tests/data/test1576
    • tests/data/test1577
    • tests/data/test1578
    • tests/data/test1579
    • tests/data/test1580
    • tests/data/test1581
    • tests/data/test1631
    • tests/data/test1632
    • tests/data/test1933
    • tests/data/test1934
    • tests/data/test1935
    • tests/data/test1936
    • tests/data/test1937
    • tests/data/test1938
    • tests/data/test1955
    • tests/data/test1956
    • tests/data/test1957
    • tests/data/test1958
    • tests/data/test1959
    • tests/data/test1964
    • tests/data/test1970
    • tests/data/test1971
    • tests/data/test1972
    • tests/data/test1973
    • tests/data/test1974
    • tests/data/test1975
    • tests/data/test1976
    • tests/data/test1978
    • tests/data/test545
    • tests/data/test794
    • tests/data/test796
    • tests/data/test797
  4. Change #247581

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 04 Nov 2025 14:13:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11683f121d42f8a18b3385d41f89d2285f90f4e6

    Comments

    tool_ipfs: check the return value of curl_url_get for gwpath
    Closes #19358

    Changed files

    • src/tool_ipfs.c
  5. Change #247582

    Category curl
    Changed by Samuel Henrique <samuelophohnoyoudont@debian.org>
    Changed at Tue 04 Nov 2025 14:15:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 913c1f28c9cc3417cd38e52eec470a0e103b4e97

    Comments

    wcurl: import v2025.11.04
    Closes #19353

    Changed files

    • docs/wcurl.md
    • scripts/wcurl
  6. Change #247592

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Nov 2025 16:25:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 775add6e901e7ea16799118c9581a328031e4594

    Comments

    HISTORY: extend
    With recent events and some more in the past
    
    Closes #19361

    Changed files

    • docs/HISTORY.md
  7. Change #247594

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Nov 2025 16:41:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3806fd914b7091cbf2d420bd50eb6a3005971e6e

    Comments

    cmake: fix `HAVE_GNUTLS_SRP` detection after adding local FindGnuTLS module
    When GnuTLS is detected via pkg-config on a non-default path, e.g. with
    Homebrew arm64 (`/opt/homebrew/`).
    
    This was a regression from a commit made in this release cycle.
    
    The Find module doesn't return an absolute path to the detected library
    (as the former solution did), but a bare libname and a libpath. We thus
    need to explicitly use the libpath while detecting a feature in GnuTLS
    found this way. Syncing this with other dependencies.
    
    Follow-up to 1966c86d71eb90beeeb3ccbefd6321bd64992553 #19163
    
    Closes #19360

    Changed files

    • CMakeLists.txt
  8. Change #247597

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Tue 04 Nov 2025 17:00:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d4530537aa6223f5f7360da2dbe5a94660821ed

    Comments

    gtls: check the return value of gnutls_pubkey_init()
    Closes #19362

    Changed files

    • lib/vtls/gtls.c