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

Builder curl-unthreaded-solaris11-sparc Build #5358

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Feb 26 06:42:20 2026
EndThu Feb 26 08:28:30 2026
Elapsed1 hrs, 46 mins, 10 secs

All Changes:

:

  1. Change #259000

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 05:08:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 137e87ca721e0aec387273964cb8a9872c85f22a

    Comments

    clang-tidy: enable scanning headers
    By setting `HeaderFilterRegex: '.*'`.
    
    Closes #20720

    Changed files

    • .clang-tidy.yml
  2. Change #259001

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Feb 2026 05:08:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26eddf002f0d9e957ff21865bddfbdf25b4521f5

    Comments

    GHA/linux: switch clang-tidy job to cmake for 2x speed, bump to v20, enable for tests
    Checking lib and src under 3m15s versus 7m15s.
    
    Downside: autotools clang-tidy support is no longer CI-tested.
    
    The reason for the slowness is invoking a single clang-tidy command with
    all source files, and clang-tidy checking them in a single thread,
    sequentially. clang-tidy offers a `run-clang-tidy` Python script for
    parallel  processing, which may help with this. However at this point
    it's more practical to use cmake, which also supports verifying the
    whole codebase, not only lib and src.
    
    Also:
    - bump clang-tidy to the latest available, v20 (from v18).
    - enable running clang-tidy on tests. Takes under 2 minutes.
    
    Also tried `_CURL_TESTS_CONCAT=ON`, it brings down the build tests step
    from 1m47s to 54s, saving 1 minute. Skipped using it for now.
    
    Closes #20725

    Changed files

    • .github/workflows/linux.yml