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

Builder curl-ares-solaris11-i386 Build #5155

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 38 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5155 Build
codebase Build
got_revision c37405cb065e1605acb35700a3bb2ed0f59ff59e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c37405cb065e1605acb35700a3bb2ed0f59ff59e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu May 28 23:42:57 2026
EndThu May 28 23:47:45 2026
Elapsed4 mins, 48 secs

All Changes:

:

  1. Change #268759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 23:32:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c37405cb065e1605acb35700a3bb2ed0f59ff59e

    Comments

    h3-proxy: fix callback return values, and a typo in tests
    - replace literal -1 with `NGHTTP3_ERR_CALLBACK_FAILURE` in nghttp3
      callback.
    - replace `NGHTTP3_ERR_CALLBACK_FAILURE` with
      `NGTCP2_ERR_CALLBACK_FAILURE` in ngtcp2 callbacks.
    - test_60_h3_proxy: fix non-critical typo in symbol.
    
    Spotted by GitHub Code Quality
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21802

    Changed files

    • lib/cf-h3-proxy.c
    • tests/http/test_60_h3_proxy.py