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

Builder curl-unthreaded-solaris10-sparc Build #13375

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13375 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision c3b890b2c005401e18b54dacf9e63d33412e2b4f 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. Samuel Henrique
  3. Viktor Szakats
  4. renovate[bot]
  5. x2018

Timing:

StartWed Nov 5 02:29:47 2025
Elapsed2 hrs, 19 mins, 18 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
  7. Change #247614

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 04 Nov 2025 21:00:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5cc5640b37672bd18d7561bc45c5dd91271753a

    Comments

    GHA: update cross-platform-actions/action action to v0.30.0
    Closes #19367

    Changed files

    • .github/workflows/non-native.yml
  8. Change #247622

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Nov 2025 23:30:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c3b890b2c005401e18b54dacf9e63d33412e2b4f

    Comments

    GHA/non-native: bump to OpenBSD 7.8
    Follow-up to e5cc5640b37672bd18d7561bc45c5dd91271753a #19367
    
    Closes #19368

    Changed files

    • .github/workflows/non-native.yml