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

Builder curl-ares-solaris11-sparc Build #4048

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision17f2a220a99db30bacd66df4df677dfb0a18b405
Got Revision17f2a220a99db30bacd66df4df677dfb0a18b405
Changes1 change

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 ...' ( 39 mins, 9 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 4048 Build
codebase Build
got_revision 17f2a220a99db30bacd66df4df677dfb0a18b405 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 17f2a220a99db30bacd66df4df677dfb0a18b405 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. Theodore A. Roth

Timing:

StartSun Jun 15 05:25:32 2025
EndSun Jun 15 06:41:46 2025
Elapsed1 hrs, 16 mins, 14 secs

All Changes:

:

  1. Change #232247

    Category curl
    Changed by Theodore A. Roth <trothohnoyoudont@openavr.org>
    Changed at Sun 15 Jun 2025 05:15:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 17f2a220a99db30bacd66df4df677dfb0a18b405

    Comments

    openssl: Fix openssl engines
    - Return CURLE_OK if the engine successfully loaded.
    
    Prior to this change:
    
    When loading an openssl engine, the result code is initialized to
    CURLE_SSL_ENGINE_NOTFOUND, but is never set to CURLE_OK when the engine
    was successfully loaded. This causes curl to error out, falsely stating
    engine not found when it actually was.
    
    Broken since f2ce6c46 (precedes 8.14.0) which added support for using
    engines and providers at the same time.
    
    Fixes https://github.com/curl/curl/issues/17617
    Closes https://github.com/curl/curl/pull/17618

    Changed files

    • lib/vtls/openssl.c