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

Builder curl-ares-solaris11-sparc Build #5107

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 38 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5107 Build
codebase Build
got_revision 44312b4b11094e08f4dc9914d50860997d9a5bec Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 44312b4b11094e08f4dc9914d50860997d9a5bec Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jan 12 16:26:20 2026
EndMon Jan 12 16:49:05 2026
Elapsed22 mins, 44 secs

All Changes:

:

  1. Change #254978

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 16:20:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e0b02c19c5b87790361ed898804866d0bcb1d99

    Comments

    urldata: change 'keep_post' into three distinct bitfields
    Closes #20262

    Changed files

    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
  2. Change #254979

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 16:21:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44312b4b11094e08f4dc9914d50860997d9a5bec

    Comments

    mimepost: allocate main struct on-demand
    This makes the easy handle 432 bytes smaller (totally 5352 bytes on my
    rather maximized Linux 64 bit build). The 440 byte mimepost struct is
    now allocated only when needed.
    
    Closes #20260

    Changed files

    • lib/easy.c
    • lib/http.c
    • lib/imap.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/url.c
    • lib/urldata.h
    • tests/libtest/lib589.c
    • tests/unit/unit3214.c