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

Builder curl-unthreaded-solaris11-i386 Build #3905

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 53 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3905 Build
codebase Build
got_revision 1876ed6296c8b07ad82310e4838f6036b2421315 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1876ed6296c8b07ad82310e4838f6036b2421315 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Oct 20 12:00:23 2025
EndMon Oct 20 14:55:03 2025
Elapsed2 hrs, 54 mins, 40 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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