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

Builder curl-ares-solaris11-sparc Build #4315

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision41fe621ae13616893512df1226025c60f3b148b9
Got Revision41fe621ae13616893512df1226025c60f3b148b9
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 17 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4315 Build
codebase Build
got_revision 41fe621ae13616893512df1226025c60f3b148b9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41fe621ae13616893512df1226025c60f3b148b9 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
  2. Stefan Eissing

Timing:

StartTue Aug 5 17:10:05 2025
EndTue Aug 5 18:33:32 2025
Elapsed1 hrs, 23 mins, 27 secs

All Changes:

:

  1. Change #242135

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 15:46:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3b7d65239ad14fee33f6beac74fb5e450b8b39d

    Comments

    tool: replace three malloc + copy with memdup0
    The function already existed for private use in var.c
    
    Closes #18185

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_strdup.c
    • src/tool_strdup.h
    • src/tool_urlglob.c
    • src/var.c
  2. Change #242136

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 15:47:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 952117c0329e7155e3826ad7c69adb842be85f25

    Comments

    tool_cb_hrd: remove global pointer from 'struct HdrCbData'
    It is not necessary
    
    Closes #18184

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_cb_hdr.h
    • src/tool_operate.c
  3. Change #242140

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 05 Aug 2025 16:01:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41fe621ae13616893512df1226025c60f3b148b9

    Comments

    vtls: set seen http version on successful ALPN
    When a HTTP version has been negotiated via ALPN, set the member
    `conn->httpversion_seen` accordingly. This allows pending transfers to
    reuse multiplexed http connections before the response to the first
    transfer has arrived.
    
    Fixes #18177
    Reported-by: IoannisGS on github
    Closes #18181

    Changed files

    • lib/http.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c