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

Builder curl-unthreaded-solaris11-sparc Build #5638

Results:

Build successful

SourceStamp:

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

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 ...' ( 22 mins, 34 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 5638 Build
codebase Build
got_revision 7c8f11e953d663b7c7af5ccaa7f8c051cab79849 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7c8f11e953d663b7c7af5ccaa7f8c051cab79849 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
  2. Viktor Szakats

Timing:

StartFri Apr 10 12:49:03 2026
EndFri Apr 10 13:11:47 2026
Elapsed22 mins, 43 secs

All Changes:

:

  1. Change #264136

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 10 Apr 2026 12:10:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e40c3ed480a1208b43a9e2e97743d0442715c43

    Comments

    vquic: fix variable name in fallback code
    Could not cause an issue in practice.
    
    Closes #21281

    Changed files

    • lib/vquic/vquic.c
  2. Change #264137

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 10 Apr 2026 12:39:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c8f11e953d663b7c7af5ccaa7f8c051cab79849

    Comments

    pytest: switch off h3 for pytest_07_22
    Run test_07_22 only on http/1.1 and h2. For h3, we get unreliable tests
    results in CI due to (probably) nghttpx not always reporting the RESET
    from the backend and the test timing out.
    
    Closes #21286

    Changed files

    • tests/http/test_07_upload.py