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

Builder curl-threaded-solaris10-sparc Build #3001

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondbff3eec456d86386be4cebb89cbe4dfc21a06b6
Changes14 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3001 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Oct 20 17:07:05 2025
Elapsed5 hrs, 50 mins, 51 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. Change #246240

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 13:22:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97dd1da8d014964cebf50a13b0454453a2bfd651

    Comments

    Makefile.example: bump default example from FTP to HTTPS
    To have a chance to work out of the box, securely. (assuming a TLS
    backend with CA certs setup.)
    
    Closes #19160

    Changed files

    • docs/examples/Makefile.example
  10. Change #246242

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 13:52:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a041bf6ca2339ad273a8057aa3bc6605c6706fc5

    Comments

    Makefile.example: make default options more likely to work
    - replace default libpaths with more common ones.
    - drop Solaris network libs.
    
    Closes #19161

    Changed files

    • docs/examples/Makefile.example
  11. Change #246246

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Oct 2025 14:22:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ccec2fae1bb4a41c5215b59dfdd90583bc19a572

    Comments

    GHA/curl-for-win: drop libssh
    Switch back to default libssh2.
    
    The distribution server has reliability issues (this time it works
    locally though):
    ```
    ++ curl [...] --output pkg.bin https://www.libssh.org/files/0.11/libssh-0.11.3.tar.xz --output pkg.sig https://www.libssh.org/files/0.11/libssh-0.11.3.tar.xz.asc
    curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2) [4x]
    ```
    Ref: https://github.com/curl/curl/actions/runs/18651134321/job/53169147048#step:3:2391
    
    There is also no official mirror that I know of.
    
    Ref: af8e1aa4b06e9dc78a559b485348e5464bd5cff5 #18257
    
    Closes #19162

    Changed files

    • .github/workflows/curl-for-win.yml
  12. Change #246247

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

    Comments

    socks_gssapi: replace `gss_release_buffer()` with curl free for buffers owned by libcurl
    Before this patch, this code used to call `gss_release_buffer()` on
    objects with buffers allocated via curl's allocator.
    `gss_release_buffer()` calls system (or Win32) free on these buffers,
    which may mismatch with curl's allocator. To fix it, align these calls
    with the pattern used in vauth modules, by replacing
    `gss_release_buffer()` with curl free to release the buffers.
    
    Use `Curl_safefree()` to set the freed pointer to NULL, as
    `gss_release_buffer()` did.
    
    Also: use object length var when allocating.
    
    Reported-by: Joshua Rogers
    
    Closes #19018

    Changed files

    • lib/socks_gssapi.c
  13. Change #246259

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Oct 2025 14:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4be9db7bc8c7b604e9288f7deaec48f61bbc61e0

    Comments

    http: accept duplicate location with same value
    When a server sends a Location: header repeat with the same location,
    ignore the repeats silently.
    
    Follow-up to 9596c4a2587a9e512ea46f
    Closes #19159

    Changed files

    • lib/http.c
  14. Change #246262

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Oct 2025 15:21:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dbff3eec456d86386be4cebb89cbe4dfc21a06b6

    Comments

    cf-socket: give information when unable to open socket
    Give ERRNO explanation in a failf() when unable to open a socket.
    Helps in finding out what the issue preventing your curl to work
    really is. Just had a wrong ulimit after a sys update.
    
    Closes #19158

    Changed files

    • lib/cf-socket.c