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

Builder curl-unthreaded-solaris11-sparc Build #5745

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione2f84e6ba9f1a6135d3bb33fd0b881a5d90cf606
Got Revisione2f84e6ba9f1a6135d3bb33fd0b881a5d90cf606
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartMon Apr 27 12:02:41 2026
EndMon Apr 27 13:19:05 2026
Elapsed1 hrs, 16 mins, 23 secs

All Changes:

:

  1. Change #265588

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aab8d47227b84fe54f082e9ee4b9f42078152f71

    Comments

    units: tidy up dynbuf init
    Init dynbuf after global init to bring closer to use, improve
    readability and sync test sources.
    
    Closes #21451

    Changed files

    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1666.c
    • tests/unit/unit1667.c
  2. Change #265589

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d89043fbcf985607dea25952c5f0ae5014914ac

    Comments

    runtests: fix linefeeds in log messages
    Cherry-picked from #21449
    
    Closes #21452

    Changed files

    • tests/ftpserver.pl
    • tests/runner.pm
  3. Change #265590

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2f84e6ba9f1a6135d3bb33fd0b881a5d90cf606

    Comments

    tunits: initialize global `tool_stderr`
    To avoid difficult to track down crashes when a tested function ends up
    outputing a message via `errorf()`, `warnf()` or siblings.
    
    Cherry-picked from #21449
    
    Closes #21454

    Changed files

    • tests/libtest/first.c