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

Builder curl-ares-solaris10-sparc Build #2926

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 29 mins, 18 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2926 Build
codebase Build
got_revision f6f62933e917b8b5c9a9394907ce4b69600214b4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f6f62933e917b8b5c9a9394907ce4b69600214b4 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. Viktor Szakats
  3. renovate[bot]

Timing:

StartTue Aug 12 23:01:43 2025
EndWed Aug 13 13:08:34 2025
Elapsed14 hrs, 6 mins, 50 secs

All Changes:

:

  1. Change #242762

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 Aug 2025 10:26:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision efe871068c4949101c9f6ef43f43cf2ac58fa0f8

    Comments

    URL-SYNTAX.md: drop link to codepoints.net to pass linkcheck
    The link works in a browser, but started failing the `mdlinkcheck` test:
    ```
    check https://codepoints.net/U+00DF
    FAIL
    docs/URL-SYNTAX.md:199 ERROR links to missing URL https://codepoints.net/U+00DF
    ```
    Ref: https://github.com/curl/curl/actions/runs/16902543407/job/47884625446?pr=18254#step:3:22
    
    Closes #18259

    Changed files

    • docs/URL-SYNTAX.md
  2. Change #242797

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 Aug 2025 11:16:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d06b49d8b2d42d477f7e78596035832727d6d5c9

    Comments

    examples: remove base64 encoded chunks from examples
    Replace them with dummy XXXX sequences instead, as they were not working
    anyway.
    
    Closes #18260

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c
  3. Change #242798

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 12 Aug 2025 11:17:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0e63bab6fbfdce78e70a556a8cb4b2d0ac90418

    Comments

    GHA: update actions/checkout action to v5
    Closes https://github.com/curl/curl/issues/18250

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/hacktoberfest-accepted.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  4. Change #242802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 Aug 2025 11:49:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79b470cc5df2af7fea10909c0e84cc0084b1d345

    Comments

    cmake: improve error message for invalid HTTP/3 MultiSSL configs
    Error out for these combinations before trying to detect HTTP/3
    dependencies, for a clearer error message.
    
    Reported-by: Daniel Engberg
    Fixes https://github.com/curl/curl/issues/18246
    Closes https://github.com/curl/curl/issues/18256

    Changed files

    • CMakeLists.txt
  5. Change #242818

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 Aug 2025 14:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6f62933e917b8b5c9a9394907ce4b69600214b4

    Comments

    examples: remove href_extractor.c
    The library this seems to refer to is no longer there.
    
    Closes #18264

    Changed files

    • docs/examples/Makefile.inc
    • docs/examples/href_extractor.c