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

Builder curl-threaded-solaris11-i386 Build #3875

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. err.text
    2. err.html
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3875 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 4f0e530c77641fdec9719399001c2318160a87ce Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Aug 23 01:59:59 2025
EndSat Aug 23 04:02:50 2025
Elapsed2 hrs, 2 mins, 50 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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