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

Builder curl-ares-solaris10-i386 Build #3663

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 13 mins, 12 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3663 Build
codebase Build
got_revision 1876ed6296c8b07ad82310e4838f6036b2421315 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1876ed6296c8b07ad82310e4838f6036b2421315 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Oct 20 11:20:24 2025
EndMon Oct 20 20:44:21 2025
Elapsed9 hrs, 23 mins, 57 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