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

Builder curl-ares-solaris11-sparc Build #4398

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0be7f382dc90ed8f3c305fbd8e2dd0f17c781285
Got Revision0be7f382dc90ed8f3c305fbd8e2dd0f17c781285
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 37 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 4398 Build
codebase Build
got_revision 0be7f382dc90ed8f3c305fbd8e2dd0f17c781285 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0be7f382dc90ed8f3c305fbd8e2dd0f17c781285 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Aug 22 17:58:13 2025
EndFri Aug 22 19:23:54 2025
Elapsed1 hrs, 25 mins, 40 secs

All Changes:

:

  1. Change #243651

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:12:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 844c385812efe22f979a9be0dcf75b2ee69b2ef4

    Comments

    typecheck-gcc: add type checks for curl_multi_setopt()
    Test 745 verifies that all options are tested.
    
    Closes #18357

    Changed files

    • include/curl/typecheck-gcc.h
    • tests/test745.pl
  2. Change #243652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:13:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfbee798ca1f58c6471f0cb91825c75a36de2863

    Comments

    tool_operate: use stricter curl_multi_setopt() arguments
    To please the curl_multi_setopt() typechecker
    
    - set multi callback protypes to match exactylu
    - set CURLMOPT_MAX_HOST_CONNECTIONS as a long
    
    Closes #18357

    Changed files

    • src/tool_operate.c
  3. Change #243653

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db08e86cfb8b74b5b7c0a98541d0af5b712c4348

    Comments

    openssl: drop more legacy cruft
    - drop `ALLOW_RENEG` undocumented (insecure) build-time option.
    - drop unnecessary check for `OPENSSL_VERSION_NUMBER`.
      It's present in all supported OpenSSL versions and forks.
    
    Follow-up to 80c10c5d5dda78c471924b251e9db59d653aba1e #18351
    Follow-up to 59311bd3df5da6342312b5dc9b6c91fc2be77d4f #3293 #3283
    
    Closes #18359

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c29a29addc279ef473f72568dcd96196d126025

    Comments

    openssl: add and use `HAVE_OPENSSL3` internal macro
    Cherry-picked from #18330
    Closes #18360

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
  5. Change #243660

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:49:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0be7f382dc90ed8f3c305fbd8e2dd0f17c781285

    Comments

    openssl: add and use `HAVE_BORINGSSL_LIKE` internal macro
    To cover the common case of guarding for both BoringSSL and AWS-LC.
    
    Cherry-picked from #18330
    Closes #18358

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h