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

Builder curl-ares-solaris10-i386 Build #3642

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4f0e530c77641fdec9719399001c2318160a87ce
Got Revision4f0e530c77641fdec9719399001c2318160a87ce
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 4 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 47 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 3642 Build
codebase Build
got_revision 4f0e530c77641fdec9719399001c2318160a87ce Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4f0e530c77641fdec9719399001c2318160a87ce 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. Viktor Szakats

Timing:

StartSat Aug 23 04:13:39 2025
EndSat Aug 23 13:13:02 2025
Elapsed8 hrs, 59 mins, 22 secs

All Changes:

:

  1. Change #243675

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 20:36:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 78f53e0460398ea8ffd60b012deeb53e36410af0

    Comments

    openssl: enable `HAVE_KEYLOG_CALLBACK` for AWS-LC
    Supported by all AWS-LC versions:
    https://github.com/aws/aws-lc/commit/6e3f5cc7e16b8ab1b0a924c60f14332cb1697217
    
    Closes #18368

    Changed files

    • lib/vtls/openssl.h
  2. Change #243676

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 20:36:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b54039de2c3005e93ca7898c9a363ce2f6971f73

    Comments

    openssl: use `RSA_flags()` again with BoringSSL
    Supported since 2017-12-18:
    https://github.com/google/boringssl/commit/a0c87adbf0bc23810895ebd7f131790f137d2f6d
    
    Follow-up to cd276c3cca4db23384f3272486468ce41b0a338b #2117
    
    Closes #18369

    Changed files

    • lib/vtls/openssl.c
  3. Change #243689

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 22:52:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 806d97d172040131185554da61b5796024d43051

    Comments

    openssl: merge two `#if` blocks
    Cherry-picked from #18330
    Closes #18370

    Changed files

    • lib/vtls/openssl.c
  4. Change #243696

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 23:54:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f6524ce3c3a8231c62d1e0c8af509fe5b0228a0

    Comments

    acinclude: --with-ca-fallback only works with OpenSSL
    Make it error if another TLS backend is used. Also tweaked the
    documentation for it to make it more clear it is only for OpenSSL.
    
    Follow-up to 9cf47593542c6f
    
    Reported-by: Michael Osipov
    Fixes #18362
    Closes #18364

    Changed files

    • acinclude.m4
  5. Change #243697

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 23:55:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d53263f0b448f0c035f282966b70b0dace513c2

    Comments

    TODO: remove the expand ~ idea
    As we can expand evironment variables now, HOME can easily be used
    instead.
    
    Ref: #18240
    Closes #18363

    Changed files

    • docs/TODO
  6. Change #243699

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 00:02:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d6c51a8fdaabb33f7dca9546ae8c9c1c5647288e

    Comments

    cmake: `CURL_CA_FALLBACK` only works with OpenSSL
    Ref: 2f6524ce3c3a8231c62d1e0c8af509fe5b0228a0 #18364
    Ref: #18362
    
    Closes #18365

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
  7. Change #243703

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 00:16:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 03868ca7148f2e3eb7c82c4fa5b4dfb246279a1b

    Comments

    asyn-thrdd: fix no `HAVE_GETADDRINFO` builds
    mingw32ce, CM 4.4.0-arm schannel:
    ```
    lib/asyn-thrdd.c: In function 'gethostbyname_thread':
    lib/asyn-thrdd.c:349: error: too many arguments to function 'async_thrd_cleanup'
    ```
    Ref: https://github.com/curl/curl/actions/runs/17158865566/job/48682687295?pr=18039#step:9:21
    
    Follow-up to 88fc6c491f043ed184ea2cf1a17b651427fbbbf5 #18263
    Closes #18371

    Changed files

    • lib/asyn-thrdd.c
  8. Change #243708

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 01:12:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f0e530c77641fdec9719399001c2318160a87ce

    Comments

    tidy-up: formatting
    Closes #18373

    Changed files

    • docs/examples/block_ip.c
    • lib/curl_setup.h
    • lib/socks.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • src/tool_doswin.c
    • tests/CMakeLists.txt
    • tests/devtest.pl
    • tests/ech_tests.sh
    • tests/globalconfig.pm
    • tests/testutil.pm