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

Builder curl-threaded-solaris11-sparc Build #4491

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9596c4a2587a9e512ea46fbd7b6fc1ecb878590f
Got Revision9596c4a2587a9e512ea46fbd7b6fc1ecb878590f
Changes3 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 30 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4491 Build
codebase Build
got_revision 9596c4a2587a9e512ea46fbd7b6fc1ecb878590f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9596c4a2587a9e512ea46fbd7b6fc1ecb878590f Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Oct 20 10:06:02 2025
EndMon Oct 20 11:31:45 2025
Elapsed1 hrs, 25 mins, 43 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