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

Builder curl-ares-solaris11-sparc Build #6156

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionddb22d12c2a3336b33b3e2c9b7fc0da5b893de49
Got Revisionddb22d12c2a3336b33b3e2c9b7fc0da5b893de49
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 35 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6156 Build
codebase Build
got_revision ddb22d12c2a3336b33b3e2c9b7fc0da5b893de49 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ddb22d12c2a3336b33b3e2c9b7fc0da5b893de49 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 30 09:05:18 2026
EndThu Jul 30 09:55:54 2026
Elapsed50 mins, 35 secs

All Changes:

:

  1. Change #276550

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 10:36:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3e74f127864777de76016a76d547592e756d479

    Comments

    GHA: set `HOMEBREW_NO_INSTALL_CLEANUP=1` where brew is used
    To save work unnecessary in CI context, and to reduce log noise.
    
    Cherry-picked from #22437
    
    Closes #22440

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  2. Change #276551

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 10:39:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ddb22d12c2a3336b33b3e2c9b7fc0da5b893de49

    Comments

    lib5004: fix memleak on OOM, check all slist append results (httpsig)
    Detected by torture tests:
    ```
    test 5004...[HTTP RFC 9421 B.2.6: Ed25519 POST with headers (RFC test vector)]
     105 functions found, but only fail 25 (23.81%)
    ** MEMORY FAILURE
    Leak detected: memory still allocated: 99 bytes
    At 6000022c9408, there is 36 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:87
    At 6000039c8e78, there is 31 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:87
    At 6000037dd688, there is 16 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:62
    At 6000037dd628, there is 16 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:62
    LIMIT /Users/runner/work/curl/curl/lib/slist.c:62 malloc reached memlimit
     5004: torture FAILED: function number 10 in test.
    ```
    Ref: https://github.com/curl/curl/actions/runs/30497660391/job/90730128599?pr=22437#step:16:2331
    
    Also:
    - enable HTTPSIG in torture tests.
    - NULL check all `curl_slist_append()` results.
    - apply a NULL check to sibling test 5000 also.
    
    Co-authored-by: Daniel Stenberg
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22437

    Changed files

    • .github/workflows/linux.yml
    • tests/libtest/lib5000.c
    • tests/libtest/lib5004.c