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

Builder curl-unthreaded-solaris11-i386 Build #4956

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 56 mins, 36 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4956 Build
codebase Build
got_revision 19695e815c51f8830fc542557a50f6a7100cd862 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 21 08:45:17 2026
EndTue Apr 21 10:36:13 2026
Elapsed1 hrs, 50 mins, 56 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