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

Builder curl-ares-solaris11-sparc Build #4313

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfe4ade53b73c6063a92d0382cbfca08fb34a0584
Got Revisionfe4ade53b73c6063a92d0382cbfca08fb34a0584
Changes6 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, 46 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 4313 Build
codebase Build
got_revision fe4ade53b73c6063a92d0382cbfca08fb34a0584 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fe4ade53b73c6063a92d0382cbfca08fb34a0584 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. David Zhuang
  3. Roberto Hidalgo
  4. Viktor Szakats

Timing:

StartTue Aug 5 14:21:26 2025
EndTue Aug 5 15:45:55 2025
Elapsed1 hrs, 24 mins, 29 secs

All Changes:

:

  1. Change #242091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 13:05:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3689ef21bde91c549b15ea7818e623914b87d702

    Comments

    multi: change prefix for the network change bits to CURLMNWC_
    Because "CURLM_" is used for curl multi error codes and it is convenient
    to use the prefix to identify the number family.
    
    Closes #18176

    Changed files

    • docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md
    • docs/libcurl/symbols-in-versions
    • include/curl/multi.h
    • lib/multi.c
    • tests/libtest/lib3033.c
  2. Change #242092

    Category curl
    Changed by Roberto Hidalgo <unohnoyoudont@rob.mx>
    Changed at Tue 05 Aug 2025 13:08:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4442e06b1f2558410dd95d2c895043c633d1fd10

    Comments

    openssl: output unescaped utf8 x509 issuer/subject DNs
    Closes #18171

    Changed files

    • lib/vtls/openssl.c
  3. Change #242094

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Tue 05 Aug 2025 13:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60587049f73f05a3cbca43c6f721e69d3852b702

    Comments

    vquic: use curl_getenv
    getenv isn't defined on all platforms, which prevents vquic from
    building. I specifically ran into this issue building on PlayStation.
    
    Closes #18170

    Changed files

    • lib/vquic/vquic.c
  4. Change #242108

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 05 Aug 2025 13:42:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5d2e6e63f980d0a27f16ecc252a4f6b348c5f80

    Comments

    GHA: pin jobs to windows-2022
    To avoid being bumped to windows-2025 in September, and to stay with
    the superior performance offered by windows-2022 runners.
    
    Ref: #18140
    Closes #18178

    Changed files

    • .github/workflows/distcheck.yml
    • .github/workflows/windows.yml
  5. Change #242109

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

    Comments

    setopt: add helper functions to setopt_long()
    - Consistently keep options within ranges
    - Reduce the maximum maxredirs value to fit a signed short
    - Removed comments as the place to document the options is not here
    
    Closes #18174

    Changed files

    • lib/hostip.c
    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
  6. Change #242114

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

    Comments

    tool_cb_wrt: split out win_console() from tool_write_cb()
    Closes #18180

    Changed files

    • src/tool_cb_wrt.c