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

Builder curl-ares-solaris11-i386 Build #3596

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 56 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3596 Build
codebase Build
got_revision 17f2a220a99db30bacd66df4df677dfb0a18b405 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Theodore A. Roth

Timing:

StartSun Jun 15 05:48:45 2025
EndSun Jun 15 08:34:44 2025
Elapsed2 hrs, 45 mins, 58 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