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

Builder curl-ares-solaris11-sparc Build #4217

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSat Jul 19 21:42:08 2025
EndSat Jul 19 22:32:48 2025
Elapsed50 mins, 39 secs

All Changes:

:

  1. Change #240172

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 19 Jul 2025 21:30:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fcf22585fa3d87a50c9dddc688d962978c0c120

    Comments

    tests: set `CURL_ENTROPY` per test, not globally
    Setting `CURL_ENTROPY` in debug-enabled builds overrides the code paths
    responsible for random number generation. To avoid masking issue there,
    this patch moves `CURL_ENTROPY` settings to each test that requires it,
    and stop setting it by default for all tests (in `runner.pm`).
    
    This makes it possible to catch random generator issues in debug-enabled
    builds; extending test coverage.
    
    To keep offering a well-defined state for tests, make `runner.pm` delete
    the `CURL_ENTROPY` env, if present.
    
    Ref: #17970
    
    Closes #17971

    Changed files

    • tests/data/test1972
    • tests/data/test2300
    • tests/data/test2301
    • tests/data/test2302
    • tests/data/test2303
    • tests/data/test2304
    • tests/data/test823
    • tests/data/test869
    • tests/data/test907
    • tests/runner.pm