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

Builder curl-ares-solaris10-i386 Build #3645

Results:

Retry lost remote

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionca6d6dcb20c41635a211208ebbe40520275b2d2f
Changes6 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 3645 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision ca6d6dcb20c41635a211208ebbe40520275b2d2f 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. Simon Dalvai
  3. Viktor Szakats

Timing:

StartSun Aug 24 07:38:27 2025
EndSun Aug 24 10:20:45 2025
Elapsed2 hrs, 42 mins, 18 secs

All Changes:

:

  1. Change #243787

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 22:57:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f67090679f3227bbc31061c8074b07245cb8cc08

    Comments

    openssl: sync an AWS-LC guard with BoringSSL
    BoringSSL always used the same type:
    https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066
    https://github.com/google/boringssl/commit/103ed08549a74af9f03363c633028faf9a475066
    
    But, this codepath isn't built with BoringSSL, because it defines
    `OPENSSL_NO_OCSP` via `opensslconf.h`.
    
    Also drop an out-of-place `#endif` comment.
    
    Ref: 20f4e94eebbdcfe590ae99cb8a3f2ca1b8f970a0 #11568
    
    Closes #18384

    Changed files

    • lib/vtls/openssl.c
  2. Change #243791

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 23:04:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cff4c16b83b1cc57469b2f729d1d06c7828f9f0f

    Comments

    pytest: fix test_17_09_ssl_min_max for BoringSSL
    Ref: https://github.com/curl/curl/actions/runs/17179514833/job/48740057095
    
    Also fix indent.
    
    Cherry-picked from #18384
    Closes #18385

    Changed files

    • tests/http/test_17_ssl_use.py
  3. Change #243792

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

    Comments

    mdlinkcheck: handle links with a leading slash properly
    Ref: #18372
    Closes #18382

    Changed files

    • scripts/mdlinkcheck
  4. Change #243795

    Category curl
    Changed by Simon Dalvai <infoohnoyoudont@simondalvai.org>
    Changed at Sat 23 Aug 2025 23:14:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a855bdee90ed3efb5fc9f9c04973b3d7050a6713

    Comments

    docs: fix link CONTRIBUTE.md link
    Closes #18372

    Changed files

    • .github/CONTRIBUTING.md
  5. Change #243798

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 23:40:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c40f8b8e01d5d851f6d5a2adc3575269d234051

    Comments

    GHA/linux: add BoringSSL job, with runtests, pytests and cache
    Ref: cff4c16b83b1cc57469b2f729d1d06c7828f9f0f #18385
    Cherry-picked from #18384
    Closes #18386

    Changed files

    • .github/workflows/linux.yml
  6. Change #243807

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 24 Aug 2025 00:59:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca6d6dcb20c41635a211208ebbe40520275b2d2f

    Comments

    openssl: assume `OPENSSL_VERSION_NUMBER`
    It's defined in all supported OpenSSL versions and forks.
    
    Also formatting in `md4.c`.
    
    Closes #18388

    Changed files

    • lib/curl_sha512_256.c
    • lib/md4.c