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

Builder curl-threaded-solaris10-i386 Build #3611

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 51 mins, 37 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3611 Build
codebase Build
got_revision 1055144063ca5f8c67ae6b7d727f76c9bdad88ba Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1055144063ca5f8c67ae6b7d727f76c9bdad88ba Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jul 25 18:21:51 2025
EndSat Jul 26 03:11:08 2025
Elapsed8 hrs, 49 mins, 16 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