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

Builder curl-unthreaded-solaris11-sparc Build #4544

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed Oct 29 13:38:13 2025
EndWed Oct 29 14:37:07 2025
Elapsed58 mins, 53 secs

All Changes:

:

  1. Change #247040

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 29 Oct 2025 13:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 446dae5bfe3277d9458321f6888d7e214f832a21

    Comments

    ngtcp2: overwrite rate-limits defaults
    In pytests test_08 with the Caddy server, the new rate-limiting in
    ngtcp2 did close the connection because it found "too many" stream data
    packet repeats.
    
    It is unclear if this is some Caddy issue or if the ngtcp2 implementaton
    is wrong. Or if curl can do anything here.
    
    Reported as https://github.com/ngtcp2/ngtcp2/issues/1850
    
    This PR overwrites the ratelimit defaults in ngtcp2 with ten times
    increased values. This makes the errors disappear on macOS.
    
    Enable test_08_04/05 in CI again to see if there are any issues
    to be found there. (We had those disabled before having parallel
    pytests.)
    
    Closes #19274

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • tests/http/test_08_caddy.py