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

Builder curl-unthreaded-solaris11-sparc Build #5435

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 55 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 5435 Build
codebase Build
got_revision 6ada2e3dceebb222c8da5aee864413edfd0c33b4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ada2e3dceebb222c8da5aee864413edfd0c33b4 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 Mar 12 02:18:28 2026
EndThu Mar 12 03:27:50 2026
Elapsed1 hrs, 9 mins, 22 secs

All Changes:

:

  1. Change #260737

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 01:25:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0db67572e12c192f56e6f40b30957144682c16a

    Comments

    build: hook up badwords check to lint targets
    Also:
    - autotools: make `badwords` target honor `@PERL@`.
    
    Suggested-by: Stefan Eissing
    
    Closes #20884

    Changed files

    • CMakeLists.txt
    • Makefile.am
  2. Change #260740

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 01:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ada2e3dceebb222c8da5aee864413edfd0c33b4

    Comments

    autotools: limit checksrc target to ignore non-repo test sources
    Syncing tests with lib and src behavior.
    
    Also:
    - fix OS400 checksrc to find the per-directory `.checksrc` file.
    
    Closes #20898

    Changed files

    • projects/Makefile.am
    • tests/libtest/Makefile.am
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am