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

Builder curl-unthreaded-solaris11-i386 Build #4233

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartSun Dec 7 13:00:40 2025
EndSun Dec 7 13:05:46 2025
Elapsed5 mins, 5 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