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

Builder curl-threaded-solaris11-sparc Build #5543

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 47 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5543 Build
codebase Build
got_revision c0250829679cc42e1b08cce8639ebe2b2f165145 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c0250829679cc42e1b08cce8639ebe2b2f165145 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Mar 27 12:38:34 2026
EndFri Mar 27 13:39:18 2026
Elapsed1 hrs, 43 secs

All Changes:

:

  1. Change #262513

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Mar 2026 12:05:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0250829679cc42e1b08cce8639ebe2b2f165145

    Comments

    openssl: fix build with 4.0.0-beta1 no-deprecated
    ```
    lib/vtls/openssl.c:4238:22: error: ‘SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED’ undeclared (first use in this function); did you mean ‘SSL_R_TLS_ALERT_CERTIFICATE_EXPIRED’?
     4238 |           (reason == SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED))) {
          |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          |                      SSL_R_TLS_ALERT_CERTIFICATE_EXPIRED
    lib/vtls/openssl.c:4238:22: note: each undeclared identifier is reported only once for each function it appears in
    ```
    Ref: https://github.com/curl/curl/actions/runs/23641366299/job/68863072427#step:24:189
    
    Cherry-picked from #21118
    
    Closes #21119

    Changed files

    • lib/vtls/openssl.c