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

Builder curl-threaded-solaris10-i386 Build #4251

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 6 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 4251 Build
codebase Build
got_revision a67ee591e05c025641ca547e7398b2e0ebcbba6a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a67ee591e05c025641ca547e7398b2e0ebcbba6a 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. Viktor Szakats

Timing:

StartFri Feb 27 12:49:04 2026
EndSat Feb 28 03:49:24 2026
Elapsed15 hrs, 19 secs

All Changes:

:

  1. Change #259146

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 01:03:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f76a54f890d41f7cfa97bb268a90919958b931a7

    Comments

    clang-tidy: add missing and delete redundant parentheses
    Reported by clang-tidy v22.1.0.
    
    Ref: https://releases.llvm.org/22.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    
    Closes #20749

    Changed files

    • lib/memdebug.c
    • lib/mime.c
    • lib/mprintf.c
    • lib/parsedate.c
    • lib/tftp.c
    • lib/transfer.c
  2. Change #259152

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 02:40:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2076d3c2f5386068d9b0199f25a81147784d8ac

    Comments

    vquic: fix unused variable warning reported by clang-tidy
    Silencing (seen in new GHA/Linux H3 v20 job):
    ```
    lib/vquic/vquic.c:398:37: error: variable 'calls' set but not used [clang-diagnostic-unused-but-set-variable]
      398 |   size_t total_nread = 0, pkts = 0, calls = 0;
          |                                     ^
    ```
    
    Cherry-picked from #20751
    
    Closes #20752

    Changed files

    • lib/vquic/vquic.c
  3. Change #259167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 08:10:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b48d02179acc7b274f9751420ca2e36a8329d0b0

    Comments

    ftp: remove two redundant assignments
    Follow-up to 29bca12978f3ad
    
    Pointed out by CodeSonar
    
    Closes #20755

    Changed files

    • lib/ftp.c
  4. Change #259169

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 08:21:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 61bcd1105a6ab7c089242c40e2660ffd9a3aa257

    Comments

    cfilter: move a debug-only check into ifdef DEBUGBUILD
    Pointed out by CodeSonar
    
    Closes #20756

    Changed files

    • lib/cfilters.c
  5. Change #259171

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Feb 2026 09:37:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a67ee591e05c025641ca547e7398b2e0ebcbba6a

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES