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

Builder curl-unthreaded-solaris11-sparc Build #6162

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon Aug 3 14:58:26 2026
EndMon Aug 3 16:02:55 2026
Elapsed1 hrs, 4 mins, 29 secs

All Changes:

:

  1. Change #276894

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Aug 2026 16:24:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 56457f838c0b8e4e83d73fa350bddb28cf81061e

    Comments

    test557: test curl_mv*printf() functions
    These functions were previously untested in the test suite. This is just
    a set of basic invokes to make sure they work. The core of these
    functions is identical and is tested already.
    
      - curl_mvfprintf
      - curl_mvprintf
      - curl_mvsnprintf
      - curl_mvsprintf
      - curl_mvaprintf
    
    Closes #22472

    Changed files

    • tests/data/test557
    • tests/libtest/lib557.c