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

Builder curl-ares-solaris10-i386 Build #3706

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona8bef390360518d6e89e17d975ac0210cb3b9a8c
Got Revisiona8bef390360518d6e89e17d975ac0210cb3b9a8c
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 1 mins, 0 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3706 Build
codebase Build
got_revision a8bef390360518d6e89e17d975ac0210cb3b9a8c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a8bef390360518d6e89e17d975ac0210cb3b9a8c Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Thomas Klausner
  3. Viktor Szakats
  4. x2018

Timing:

StartWed Nov 5 14:50:32 2025
EndThu Nov 6 00:02:18 2025
Elapsed9 hrs, 11 mins, 46 secs

All Changes:

:

  1. Change #247636

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Nov 2025 07:57:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7872ec968f2f56aa75e713d67d6b948e268324d6

    Comments

    THANKS: add contributors from 8.17.0

    Changed files

    • docs/THANKS
    • docs/THANKS-filter
  2. Change #247637

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Nov 2025 08:00:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 668737938998869c494b9431c0f820b8bcc77725

    Comments

    VERSIONS: 8.18.0 is now pending

    Changed files

    • docs/VERSIONS.md
  3. Change #247638

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Nov 2025 08:00:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 400fffa90f30c7a2dc762fa33009d24851bd2016

    Comments

    RELEASE-NOTES: synced
    version 8.17.0 relese

    Changed files

    • RELEASE-NOTES
  4. Change #247650

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Nov 2025 11:50:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a39ff61a7bbccd237c0aeae43db68b2a9ff6fd94

    Comments

    GHA/windows: switch a dl-mingw job to skeeto/w64devkit gcc 15.1.0
    To add another, so far untested standalone toolchain variant to the mix.
    This distro is a fairly compact, GCC mingw-w64.
    
    Replacing an existing 15.0.1 snapshot toolchain build job.
    
    Ref: https://github.com/skeeto/w64devkit/releases
    
    Closes #19369

    Changed files

    • .github/workflows/windows.yml
  5. Change #247651

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Nov 2025 11:50:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d00e28136baf661455f1fe5980a0d18c4d872e3

    Comments

    GHA/non-native: revert to OpenBSD 7.7 due to test hangs with 7.8
    test 701 (SOCKS5) and 708 (SOCKS4) started hanging occasionally, and
    most likely others too.
    
    https://github.com/curl/curl/actions/runs/19081279902/job/54510279013 (701 hangs) https://github.com/curl/curl/actions/runs/19095657593/job/54555001348?pr=19370 (708 hangs)
    https://github.com/curl/curl/actions/runs/19097996671/job/54562669865?pr=19371 (unknown test hangs)
    
    Reverts c3b890b2c005401e18b54dacf9e63d33412e2b4f #19368
    
    Closes #19372

    Changed files

    • .github/workflows/non-native.yml
  6. Change #247657

    Category curl
    Changed by Thomas Klausner <wizohnoyoudont@gatalith.at>
    Changed at Wed 05 Nov 2025 12:47:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e770b33e883ee34c45b4e29a9e4134f2629f938

    Comments

    m4/sectrust: fix test(1) operator
    '=' is the operator defined by POSIX, only bash supports '=='
    
    Closes #19371

    Changed files

    • m4/curl-apple-sectrust.m4
  7. Change #247664

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Wed 05 Nov 2025 14:07:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd71f61ea224e135b7ac3e16c8c83b2ca7d01b15

    Comments

    lib: cleanup for some typos about spaces and code style
    Closes #19370

    Changed files

    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-ip-happy.c
    • lib/conncache.c
    • lib/curl_addrinfo.c
    • lib/curl_fnmatch.c
    • lib/curl_gssapi.c
    • lib/curl_ntlm_core.c
    • lib/curl_sasl.c
    • lib/curl_sha512_256.c
    • lib/cw-out.c
    • lib/doh.c
    • lib/escape.c
    • lib/formdata.c
    • lib/ftp.c
    • lib/http.c
    • lib/http1.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/httpsrr.c
    • lib/mime.c
    • lib/multi.c
    • lib/openldap.c
    • lib/parsedate.c
    • lib/pingpong.c
    • lib/request.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/socks.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/tftp.c
    • lib/url.c
    • lib/vauth/spnego_sspi.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • packages/vms/curl_crtl_init.c
    • src/tool_operate.c
    • src/tool_progress.c
  8. Change #247665

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Wed 05 Nov 2025 14:09:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2db36f11b8e2c3de99552fc9db830ac22f248a64

    Comments

    gtls: add return checks and optimize the code
    This commit does the following things:
    
    1. Update the description of gtls_init()
    
    2. In gtls_client_init(), check the invaild SSLVERSION at first. Note
       that this part refactors the duplicate/incompatible checks and removes
       the useless local variable `sni`.
    
    3. Check the return value of gnutls_ocsp_resp_init(). Although the
       original code is safe because gnutls_ocsp_resp_import() will check
       the validity of `ocsp_resp`, it is better to catch the error in time
       and record the proper message to output log.
    
    Closes #19366

    Changed files

    • lib/vtls/gtls.c
  9. Change #247666

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Nov 2025 14:12:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33e7745eef3b9f537715b228c53f8ed6be553f3f

    Comments

    RELEASE-NOTES: synced
    bumped to 8.17.1 for now
    
    fixed typo in THANKS-filter

    Changed files

    • RELEASE-NOTES
    • docs/THANKS-filter
    • include/curl/curlver.h
  10. Change #247667

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Nov 2025 14:14:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8bef390360518d6e89e17d975ac0210cb3b9a8c

    Comments

    openssl: remove code handling default version
    Since it is no longer actually kept as default internally, that's just
    dead code.
    
    Follow-up to 9d8998c99408e1adf8eba629fad9f
    Closes #19354

    Changed files

    • lib/vtls/openssl.c