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

Builder curl-ares-solaris10-sparc Build #2899

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncb9b1a4c4e875ac4eac2209d8686acef3114abdf
Got Revisioncb9b1a4c4e875ac4eac2209d8686acef3114abdf
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 22 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2899 Build
codebase Build
got_revision cb9b1a4c4e875ac4eac2209d8686acef3114abdf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cb9b1a4c4e875ac4eac2209d8686acef3114abdf Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Jul 26 00:44:11 2025
EndSat Jul 26 16:22:04 2025
Elapsed15 hrs, 37 mins, 53 secs

All Changes:

:

  1. Change #240621

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Jul 2025 11:47:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d977fe55200a491da447c40fc7b426ba343c2b7

    Comments

    tidy-up: more whitespace/indent, comments
    Also a couple of minor formatting updates in the root `CMakeLists.txt`.
    One swap to `#ifdef`.
    
    Closes #17929

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/examples/htmltitle.cpp
    • docs/examples/sessioninfo.c
    • lib/asyn-thrdd.c
    • lib/content_encoding.c
    • lib/curl_gethostname.c
    • lib/curl_md5.h
    • lib/curl_sasl.c
    • lib/curl_sha256.h
    • lib/curl_sha512_256.c
    • lib/curl_sspi.h
    • lib/curlx/multibyte.h
    • lib/curlx/timeval.c
    • lib/easy.c
    • lib/easygetopt.c
    • lib/formdata.c
    • lib/http2.c
    • lib/if2ip.c
    • lib/krb5.c
    • lib/md4.c
    • lib/md5.c
    • lib/mime.c
    • lib/multi_ev.c
    • lib/openldap.c
    • lib/sendf.c
    • lib/sha256.c
    • lib/smb.c
    • lib/smtp.c
    • lib/url.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/version.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/gtls.c
    • lib/vtls/hostcheck.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c
    • lib/vtls/wolfssl.c
    • lib/ws.c
    • packages/vms/gnv_conftest.c_first
    • src/config2setopts.c
    • src/curlinfo.c
    • src/mkhelp.pl
    • src/tool_cb_hdr.c
    • src/tool_dirhie.c
    • src/tool_filetime.c
    • src/tool_formparse.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_vms.c
    • src/tool_vms.h
    • tests/libtest/lib1156.c
    • tests/libtest/lib1522.c
    • tests/libtest/lib3026.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib650.c
    • tests/libtest/lib668.c
    • tests/libtest/lib670.c
    • tests/libtest/lib678.c
    • tests/libtest/lib695.c
    • tests/runtests.pl
    • tests/server/dnsd.c
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
    • tests/unit/unit1601.c
    • tests/unit/unit1610.c
    • tests/unit/unit1612.c
    • tests/unit/unit1651.c
    • winbuild/MakefileBuild.vc
  2. 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
  3. Change #240663

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Jul 2025 20:15:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb9b1a4c4e875ac4eac2209d8686acef3114abdf

    Comments

    curl_ossl: extend callback table for nghttp3 1.11.0
    ```
    ../../lib/vquic/curl_osslq.c:1091:1: error: missing initializer for field 'recv_origin' of 'nghttp3_callbacks' [-Werror=missing-field-initializers]
     1091 | };
          | ^
    In file included from ../../lib/vquic/curl_osslq.c:33:
    /home/runner/nghttp3/build/include/nghttp3/nghttp3.h:2082:23: note: 'recv_origin' declared here
     2082 |   nghttp3_recv_origin recv_origin;
          |                       ^~~~~~~~~~~
    ```
    Ref: https://github.com/curl/curl/actions/runs/16527325587/job/46743893924?pr=18021#step:18:35
    
    Follow-up to 1055144063ca5f8c67ae6b7d727f76c9bdad88ba #18019
    
    Closes #18026

    Changed files

    • lib/vquic/curl_osslq.c