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

Builder curl-ares-solaris11-sparc Build #5109

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision13f0ede7308821151ab42cd0c8341c4b4a2b6196
Got Revision13f0ede7308821151ab42cd0c8341c4b4a2b6196
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 3 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 5109 Build
codebase Build
got_revision 13f0ede7308821151ab42cd0c8341c4b4a2b6196 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 13f0ede7308821151ab42cd0c8341c4b4a2b6196 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:

StartMon Jan 12 18:03:41 2026
EndMon Jan 12 19:14:20 2026
Elapsed1 hrs, 10 mins, 39 secs

All Changes:

:

  1. Change #254997

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 12 Jan 2026 16:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13f0ede7308821151ab42cd0c8341c4b4a2b6196

    Comments

    build: add `curl-lint`/`lint` targets, `CURL_LINT` cmake option
    To run checksrc and spacecheck on the source tree. Also for cmake
    to sync up with autotools' `checksrc` target.
    
    - cmake: `curl-lint`
      With `-DCURL_LINT=ON`, checks run automatically for all targets.
    - autotools: `lint`
    
    Closes #20175

    Changed files

    • .github/scripts/spacecheck.pl
    • .github/workflows/checksrc.yml
    • CMakeLists.txt
    • Makefile.am
    • docs/INSTALL-CMAKE.md
    • scripts/Makefile.am
    • scripts/spacecheck.pl