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

Builder curl-ares-solaris11-sparc Build #4862

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 20 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 4862 Build
codebase Build
got_revision a3f4fd25d3991fe955afa2f5e3994c04339cc842 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a3f4fd25d3991fe955afa2f5e3994c04339cc842 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:

StartSun Dec 7 13:00:35 2025
EndSun Dec 7 13:03:08 2025
Elapsed2 mins, 33 secs

All Changes:

:

  1. Change #251198

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Dec 2025 12:54:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ec63d8565c9d3194c70e2ad3433b623308ee467

    Comments

    hsts: use one malloc instead of two per entry
    Closes #19861

    Changed files

    • lib/hsts.c
    • lib/hsts.h
  2. Change #251199

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Dec 2025 12:54:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3f4fd25d3991fe955afa2f5e3994c04339cc842

    Comments

    http: return OOM errors from hsts properly
    When Curl_hsts_parse() fails with out of memory, return it to parent.
    
    Closes #19862

    Changed files

    • lib/http.c