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

Builder curl-ares-solaris11-sparc Build #5894

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf69405b38f0144cab73aa1237d5b9dc46a6f50b2
Got Revisionf69405b38f0144cab73aa1237d5b9dc46a6f50b2
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri May 22 09:53:00 2026
EndFri May 22 10:43:06 2026
Elapsed50 mins, 6 secs

All Changes:

:

  1. Change #268025

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 May 2026 09:44:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfbff7852f050232edd3e5ca5c6bf2021c340f5a

    Comments

    http2: remove stream dependency tracking
    The HTTP/2 feature is deprecated, few servers implement it and our
    implementation is complicated by its state management. Make the two
    CURLOPT_* involved a nop and deprecate them.
    
    Closes #21723

    Changed files

    • docs/libcurl/curl_easy_setopt.md
    • docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md
    • docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/http2.c
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  2. Change #268026

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 May 2026 09:48:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f69405b38f0144cab73aa1237d5b9dc46a6f50b2

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES