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

Builder curl-unthreaded-solaris11-sparc Build #5698

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 15 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 5698 Build
codebase Build
got_revision 19695e815c51f8830fc542557a50f6a7100cd862 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 19695e815c51f8830fc542557a50f6a7100cd862 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 08:45:19 2026
EndTue Apr 21 09:11:37 2026
Elapsed26 mins, 17 secs

All Changes:

:

  1. Change #265075

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

    Comments

    mprintf: simplify parsefmt
    - split out parse_flags() and parse_conversion() to reduce complexity
      from 57 to 30.
    
    Closes #21391

    Changed files

    • lib/mprintf.c
  2. Change #265077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 08:35:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 19695e815c51f8830fc542557a50f6a7100cd862

    Comments

    tool_operate: split create_single into smaller sub functions
    Reduces complexity from 58 => 32.
    
    Closes #21389

    Changed files

    • src/tool_operate.c