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

Builder curl-ares-solaris10-sparc Build #2973

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1876ed6296c8b07ad82310e4838f6036b2421315
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2973 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 1876ed6296c8b07ad82310e4838f6036b2421315 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Oct 20 13:10:02 2025
Elapsed7 hrs, 31 mins, 20 secs

All Changes:

:

  1. Change #246172

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:59:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8504c41e2c61475355318a89446891c375b86aec

    Comments

    tool_cb_rea: use poll instead of select if available
    - poll doesn't have the FD_SETSIZE problem
    
    - select: if socket >= FD_SETSIZE, skip the call
    
    Closes #19143

    Changed files

    • src/tool_cb_rea.c
  2. Change #246173

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 00:00:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c21655e7ff243e5b9924c19a061e5e5ab70958b8

    Comments

    tool_filetime: cap crazy filetimes instead of erroring
    Also cap the minimum allowed timestamp now.
    
    Closes #19147

    Changed files

    • src/tool_filetime.c
  3. Change #246175

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 00:25:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3986149c0405d9d4f33fe1dc9c485e0f362c0a05

    Comments

    GHA/windows: delete remains of Perl `Win32-Process*` caching
    Follow-up to c8d6643df212791edee705a94c890335dac8762b #19083

    Changed files

    • .github/workflows/windows.yml
  4. Change #246183

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 08:50:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0bb25cdbb78d9052a57b8147f3f399f6045b3238

    Comments

    curl_easy_setopt.md: add missing CURLOPT_POSTFIELDS
    It was mistakenly removed in 8dab7465a594b1fb4b (shipped in 8.9.0)
    
    Also fix test 1139 which should have detected this but didn't due to a
    bad regex check.
    
    Reported-by: Jonathan Cardoso
    Fixes #19151
    Closes #119152

    Changed files

    • docs/libcurl/curl_easy_setopt.md
    • tests/test1139.pl
  5. Change #246184

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 08:53:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5cdfcf8e2d460a6ef11a2ca6e09e228d5741b9b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  6. Change #246193

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 09:07:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f21d70e76c1c66cb2f59886e8ad52bffe1d66ed9

    Comments

    HTTP3: clarify the status for "old" OpenSSL, not current
    Closes #19153

    Changed files

    • docs/HTTP3.md
  7. Change #246194

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 09:09:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cbd7823fd163c20e6b010977972dc7f7f180c709

    Comments

    RELEASE-NOTES: fix typo

    Changed files

    • RELEASE-NOTES
  8. Change #246196

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 09:35:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9596c4a2587a9e512ea46fbd7b6fc1ecb878590f

    Comments

    http: return error for a second Location: header
    Unless it is identical to the previous one.
    
    Follow-up to dbcaa0065719acc0383
    
    Adjusted test 580, added test 772 and 773
    
    Fixes #19130
    Reported-by: Jakub Stasiak
    Closes #19134

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test580
    • tests/data/test772
    • tests/data/test773
  9. Change #246219

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 10:30:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 104299195e1676488f3c156a24b134fb33cf6e06

    Comments

    curl_get_line: the final return cannot be reached
    Follow-up to 769ccb4d4261a75c8a4236f
    
    Pointed out by CodeSonar
    Closes #19154

    Changed files

    • lib/curl_get_line.c
  10. Change #246220

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 10:32:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2af9c9a08340487a699e4d1949637f777415535

    Comments

    INSTALL.md: add another OS (Azure Sphere)
    Closes #19155

    Changed files

    • docs/INSTALL.md
  11. Change #246229

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Oct 2025 10:57:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1876ed6296c8b07ad82310e4838f6036b2421315

    Comments

    cf-socket: make set_local_ip void, and remove failf()
    No callers of this function checked the return code, meaning failures
    are not lethal == using failf was wrong, and it can just as well return
    void.
    
    Closes #19137

    Changed files

    • lib/cf-socket.c