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

Builder curl-unthreaded-solaris10-i386 Build #16424

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 55 mins, 2 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16424 Build
codebase Build
got_revision 8494012196474ee0541940140344cd24ed340301 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8494012196474ee0541940140344cd24ed340301 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Feb 14 14:15:04 2026
EndSat Feb 14 22:24:30 2026
Elapsed8 hrs, 9 mins, 25 secs

All Changes:

:

  1. Change #257791

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 14 Feb 2026 14:07:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8494012196474ee0541940140344cd24ed340301

    Comments

    examples/usercertinmem: use modern OpenSSL API, drop mentions of RSA
    Replacing API calls deprecated by OpenSSL 3, and also missing
    from OpenSSL 3 no-deprecated builds, fixing builds with the latter:
    `PEM_read_bio_RSAPrivateKey()`, `RSA_free()`,
    `SSL_CTX_use_RSAPrivateKey()`
    
    Also: rename callback to match its `cacertinmem.c` sibling.
    
    Fixes #20595
    Closes #20596

    Changed files

    • docs/examples/usercertinmem.c