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

Builder curl-unthreaded-solaris11-sparc Build #5702

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 44 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5702 Build
codebase Build
got_revision 4daf483b5be8a6524f9aa4135a1dcae0a9c8ec38 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4daf483b5be8a6524f9aa4135a1dcae0a9c8ec38 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:

StartTue Apr 21 15:55:14 2026
EndTue Apr 21 16:20:43 2026
Elapsed25 mins, 28 secs

All Changes:

:

  1. Change #265127

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 15:21:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f7e323b29fbc8dfb818c686d9f644660ebe3178

    Comments

    mprintf: OR the flags
    As 'flags' may already have been set to something when
    parse_conversion() is called, make sure to only OR the new flags.
    
    Follow-up to 4e0bfd8cf73603697ddad5d25e94
    
    Closes #21398

    Changed files

    • lib/mprintf.c
  2. Change #265128

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 15:21:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4daf483b5be8a6524f9aa4135a1dcae0a9c8ec38

    Comments

    lib557: add tests with flags AND conversion specifier
    Remove superfluous and never-built test code for systems with 16-bit and
    64-bit ints and 16-bit longs, as we don't know any such.

    Changed files

    • tests/libtest/lib557.c