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

Builder curl-threaded-solaris10-i386 Build #3736

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 58 mins, 22 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3736 Build
codebase Build
got_revision 8d4530537aa6223f5f7360da2dbe5a94660821ed Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d4530537aa6223f5f7360da2dbe5a94660821ed 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. Samuel Henrique
  3. Viktor Szakats
  4. x2018

Timing:

StartTue Nov 4 17:29:45 2025
EndWed Nov 5 02:43:31 2025
Elapsed9 hrs, 13 mins, 46 secs

All Changes:

:

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