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

Builder curl-ares-solaris11-i386 Build #5313

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionda2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91
Got Revisionda2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 22 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5313 Build
codebase Build
got_revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 26 21:26:01 2026
EndFri Jun 26 23:06:56 2026
Elapsed1 hrs, 40 mins, 55 secs

All Changes:

:

  1. Change #272966

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 19:42:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8fa725df33d5a4b6075cedbb00a678a1761d43a

    Comments

    cmake: dedupe expressions into local vars in `cmake_uninstall.in.cmake`
    Also: use `IN LISTS` syntax.
    
    Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    Closes #22194

    Changed files

    • CMake/cmake_uninstall.in.cmake
  2. Change #272987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616356646159379ab091502cdc90113dc8cc11eb

    Comments

    openssl: drop unused pre-OpenSSL3 `ctx_option_t` typedef
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #22197

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 21:12:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91

    Comments

    cmake: fix not to build `tunits` when `BUILD_CURL_EXE=OFF`
    It fails as expected, with a list of errors:
    ```
    In file included from _x64-win-ucrt-for-trurl-bld/tests/tunit/tunits.c:5:
    tests/tunit/tool1394.c:76:11: error: call to undeclared function 'parse_cert_parameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       76 |     err = parse_cert_parameter(p->param, &certname, &passphrase);
          |           ^
    [...]
    tests/tunit/tool1622.c:68:5: error: call to undeclared function 'timebuf'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       68 |     timebuf(buffer, sizeof(buffer), secs);
          |     ^
    [...]
    tests/tunit/tool1623.c:104:26: error: call to undeclared function 'GetSizeParameter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      104 |     ParameterError err = GetSizeParameter(check[i].input, &output);
          |                          ^
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/28256499057/job/83720797064?pr=22195
    
    Ref: #22195
    Ref: https://github.com/curl/curl-for-win/commit/640fed88b65052e944edb466387bd8a062bd9b37
    
    Closes #22198

    Changed files

    • tests/CMakeLists.txt