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

Builder curl-ares-solaris11-sparc Build #6271

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 46 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 35 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 6271 Build
codebase Build
got_revision e669179681044514099ca726dbaa55653528f4fb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e669179681044514099ca726dbaa55653528f4fb 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Aug 18 12:05:35 2026
EndTue Aug 18 13:11:53 2026
Elapsed1 hrs, 6 mins, 18 secs

All Changes:

:

  1. Change #278609

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 13:20:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58cb1e2f1fa8d8f1c71596918707e566c6353cb2

    Comments

    runtests: allow resetting `CURL_TEST_MIN` via `--min=0`
    Set the default to `CURL_TEST_MIN` if set, first. Then process the
    command-line options to override it. Previously, the env took over if
    the command-line explicitly tried to set it to zero.
    
    Ref: #22617
    
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    
    Closes #22618

    Changed files

    • tests/runtests.pl
  2. Change #278619

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 13:45:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e669179681044514099ca726dbaa55653528f4fb

    Comments

    runtests: introduce a subset option
    To make it easier to run different subsets of the tests in separate
    invokes.
    
    Closes #22616

    Changed files

    • docs/runtests.md
    • tests/runtests.pl