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

Builder curl-ares-solaris10-i386 Build #3323

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 38 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3323 Build
codebase Build
got_revision 1f6fef7ec0dda5eb7154c5f534e04b5b839b77da Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1f6fef7ec0dda5eb7154c5f534e04b5b839b77da 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. Viktor Szakats

Timing:

StartThu Apr 24 21:15:48 2025
EndFri Apr 25 00:58:13 2025
Elapsed3 hrs, 42 mins, 25 secs

All Changes:

:

  1. Change #228173

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 24 Apr 2025 19:46:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4bfc379b90f71e4886cd29b18a9ff02f88636d99

    Comments

    cmake: tidy up and document feature detections in dependencies
    - update text on dependency feature detection variables, and move it
      to its own section in `docs/INSTALL-CMAKE.md`.
      Ref: #17032 (Discussion)
    
    - tidy up descriptions/comments, alpha-sort.
    
    - move comment to its own section in `docs/INSTALL-CMAKE.md`.
    
    - split `HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT` to distinct names for
      each TLS backend API. To make the names more stable and to sync them
      with autotools.
      Follow-up to 07cc50f8ebc6ad4c2ad23642ca727d79dab8855e #17018
      Follow-up to 342a654ef32f6c4ff284d8680f85db6136534699 #15873
    
    - drop redundant condition while detecting QUICTLS API.
      Follow-up to 07cc50f8ebc6ad4c2ad23642ca727d79dab8855e #17018
    
    - add config-comparison exception for `HAVE_SSL_SET_QUIC_TLS_CBS`.
      Follow-up to 5eefdd71a394d135c0ffb56fb8ec117c87dbe4f0 #17027
    
    - detect `wolfSSL_get_peer_certificate` like autotools does.
    
    - detect `wolfSSL_UseALPN` like autotools does.
    
    Closes #17082

    Changed files

    • .github/scripts/cmp-config.pl
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config.h.cmake
  2. Change #228175

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 24 Apr 2025 19:46:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a15cfc99f525dc917c08b69ff0ba4eccd08ce63

    Comments

    autotools: detect `wolfSSL_set_quic_use_legacy_code` like cmake does
    Cherry-picked from #17082
    
    Closes #17172

    Changed files

    • .github/scripts/cmp-config.pl
    • m4/curl-wolfssl.m4
  3. Change #228177

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 24 Apr 2025 19:46:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1f6fef7ec0dda5eb7154c5f534e04b5b839b77da

    Comments

    GHA/windows: limit jobs to 15 minutes
    They typically finish (well) within 10 minutes.
    
    A notable exception was vcpkg jobs when a rebuild was triggered.
    With caching lost and reducing them to short builds, this is not
    an issue at the moment.
    
    The advantage of shorter timeouts is hung/crashed jobs giving back
    control earlier for a manual retry.
    
    Closes #17173

    Changed files

    • .github/workflows/windows.yml