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

Builder curl-ares-solaris11-sparc Build #4242

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 16 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 4242 Build
codebase Build
got_revision 1055144063ca5f8c67ae6b7d727f76c9bdad88ba Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1055144063ca5f8c67ae6b7d727f76c9bdad88ba 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. Viktor Szakats

Timing:

StartFri Jul 25 17:42:28 2025
EndFri Jul 25 19:03:41 2025
Elapsed1 hrs, 21 mins, 12 secs

All Changes:

:

  1. Change #240641

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Jul 2025 17:39:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1055144063ca5f8c67ae6b7d727f76c9bdad88ba

    Comments

    curl_ngtcp2: extend callback tables for nghttp3 1.11.0 and ngtcp2 1.14.0
    An emergency update to initialize callbacks to NULL.
    
    May need further updates, e.g. to provide the recommended random
    generator callback for nghttp3.
    
    Fixing potential crashes at runtime in curl-for-win 8.15.0_3, and these
    build warnings:
    ```
    /home/appveyor/projects/curl-for-win/curl/lib/vquic/curl_ngtcp2.c:836:1:
    warning: missing field 'begin_path_validation' initializer [-Wmissing-field-initializers]
      836 | };
          | ^
    /home/appveyor/projects/curl-for-win/curl/lib/vquic/curl_ngtcp2.c:1186:1:
    warning: missing field 'recv_origin' initializer [-Wmissing-field-initializers]
     1186 | };
          | ^
    2 warnings generated.
    ```
    Ref: https://ci.appveyor.com/project/curlorg/curl-for-win/builds/52462852#L14821
    
    Also causing all `GHA/curl-for-win` jobs to fail:
    https://github.com/curl/curl/actions/runs/16523625082?pr=18010
    
    Ref: https://github.com/ngtcp2/nghttp3/releases/tag/v1.11.0
    Ref: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.14.0
    Ref: https://github.com/curl/curl-for-win/commit/ff788c81e44f998d0d41f362d442a7e97cc0fd46
    
    Closes #18019

    Changed files

    • lib/vquic/curl_ngtcp2.c