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

Builder curl-ares-solaris11-sparc Build #6130

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 39 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6130 Build
codebase Build
got_revision da2f05e6f6cee66ea46b8b1ca3943e5a6dde0b91 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 26 21:24:31 2026
EndFri Jun 26 21:27:18 2026
Elapsed2 mins, 47 secs

All Changes:

:

  1. 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
  2. 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