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

Builder curl-threaded-solaris11-sparc Build #5145

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6aaac9dd388a64d0f511544496608693e1105d13
Got Revision6aaac9dd388a64d0f511544496608693e1105d13
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 7 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 5145 Build
codebase Build
got_revision 6aaac9dd388a64d0f511544496608693e1105d13 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6aaac9dd388a64d0f511544496608693e1105d13 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:

StartSat Jan 17 23:16:26 2026
EndSun Jan 18 00:18:53 2026
Elapsed1 hrs, 2 mins, 27 secs

All Changes:

:

  1. Change #255479

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 17 Jan 2026 22:49:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6aaac9dd388a64d0f511544496608693e1105d13

    Comments

    vquic: drop support for OpenSSL-QUIC
    - It is slower and uses more memory than the alternatives and is only
      experimental in curl.
    - We disable a few tests for OpenSSL-QUIC because of flakiness
    - It gets little attention from OpenSSL and we have no expectation of the
      major flaws getting corrected anytime soon.
    - No one has spoken up for keeping it
    - curl users building with vanilla OpenSSL can still use QUIC through the
      means of ngtcp2
    
    Closes #20226

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • RELEASE-NOTES
    • configure.ac
    • docs/DEPRECATE.md
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • lib/Makefile.inc
    • lib/curl_config-cmake.h.in
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_osslq.h
    • lib/vquic/vquic.c
    • lib/vtls/openssl.c
    • m4/curl-openssl.m4
    • tests/http/test_02_download.py
    • tests/http/test_03_goaway.py
    • tests/http/test_05_errors.py
    • tests/http/test_07_upload.py
    • tests/http/test_14_auth.py
    • tests/http/testenv/curl.py