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

Builder curl-unthreaded-solaris11-i386 Build #4743

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 45 mins, 27 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4743 Build
codebase Build
got_revision 6ada2e3dceebb222c8da5aee864413edfd0c33b4 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 12 03:54:41 2026
EndThu Mar 12 06:18:01 2026
Elapsed2 hrs, 23 mins, 20 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