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

Builder curl-ares-solaris10-i386 Build #4275

Build In Progress:

ETA: 05:06:46 [4 mins, 36 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8f3f470baec57f5e53e11fc2ecaa749201ca9c0c
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4275 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 8f3f470baec57f5e53e11fc2ecaa749201ca9c0c 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. Dexter Gerig
  3. Viktor Szakats

Timing:

StartSun Mar 29 01:00:52 2026
Elapsed3 hrs, 1 mins, 17 secs

All Changes:

:

  1. Change #262630

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Mar 2026 15:51:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b01f73ac2f1261eb4306cbf5b860454ce7e3c37

    Comments

    keylog.h: replace literal number with macro in declaration
    Also syncing with the defintion.
    
    Closes #21141

    Changed files

    • lib/vtls/keylog.h
  2. Change #262632

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Mar 2026 15:52:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0f0a7f7d61df334e6fa111966c576e036e00bf5

    Comments

    boringssl: fix more coexist cases with Schannel/WinCrypt
    By moving the coexist workaround from vtls/openssl.c to vtls/openssl.h.
    This way it also applies to vtls.c (and possibly other sources including
    `vtls/openssl.h`), which may need it in unity builds before BoringSSL
    header `openssl/ssl.h` pulling in the conflicting symbols and causing
    conflicts otherwise.
    
    Seen with build config:
    ```
    -DCURL_USE_SCHANNEL=ON -DCURL_USE_OPENSSL=ON
    -DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=30
    ```
    
    Fixing:
    ```
    In file included from _cm-win-boringssl/lib/CMakeFiles/libcurl_object.dir/Unity/unity_5_c.c:7:
    In file included from lib/vtls/vtls.c:54:
    In file included from lib/vtls/openssl.h:33:
    In file included from /path/to/boringssl/_x64-win-ucrt/usr/include/openssl/opensslv.h:18:
    In file included from /path/to/boringssl/_x64-win-ucrt/usr/include/openssl/crypto.h:18:
    /path/to/boringssl/_x64-win-ucrt/usr/include/openssl/base.h:293:29: error: expected ')'
      293 | typedef struct X509_name_st X509_NAME;
          |                             ^
    /path/to/llvm-mingw/x86_64-w64-mingw32/include/wincrypt.h:1515:29: note: expanded from macro 'X509_NAME'
     1515 | #define X509_NAME ((LPCSTR) 7)
          |                             ^
    [...]
    ```
    
    Ref: 2a92c39a218713635768364f801fa13831a019e0 #20567
    
    Closes #21136

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
  3. Change #262692

    Category curl
    Changed by Dexter Gerig <Fullmetal5ohnoyoudont@users.noreply.github.com>
    Changed at Sat 28 Mar 2026 22:59:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fde2e9a6b2653baccea6a870a919fd0d411e743d

    Comments

    configure: remove superfluous experimental warning for HTTP/3
    This warning was created at a time when all backends for HTTP/3 were
    experimental. Since there are now non-experimental backends this warning
    is incorrect in some cases and was already handled by backends that were
    added to the experimental list.
    
    Follow-up to 0535f6ec71cf950d7ad412b19ed706fcc7e4a7a9
    
    Closes #21139

    Changed files

    • configure.ac
  4. Change #262693

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 28 Mar 2026 23:00:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f3f470baec57f5e53e11fc2ecaa749201ca9c0c

    Comments

    tool_cb_rea: make waitfd() return void
    Nothing cared about the return code. Simplified.
    
    Closes #21127

    Changed files

    • src/tool_cb_rea.c