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

Builder curl-ares-solaris10-i386 Build #4100

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 43 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 4100 Build
codebase Build
got_revision 8292820b734cf0e27c20e17b3af1d35d9d0e2051 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8292820b734cf0e27c20e17b3af1d35d9d0e2051 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:

StartFri Jan 2 01:31:46 2026
EndFri Jan 2 01:34:42 2026
Elapsed2 mins, 55 secs

All Changes:

:

  1. Change #253844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 02 Jan 2026 01:23:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8292820b734cf0e27c20e17b3af1d35d9d0e2051

    Comments

    pytest: replace allowlist with feature check to enable OCSP test 17_08
    Add a `cert-status` feature flag to `curlinfo`, based on the conditions
    used in `lib/vtls` sources.
    
    To:
    - fix disabling this test when using OpenSSL (or fork) built with
      the `no-ocsp` option.
    - enable this test for AWS-LC in CI.
    
    Note:
    - BoringSSL (and quiche) has OSCP disabled by default.
    - MultiSSL dynamic selection continues to confuse this test.
      (To fix it, support would need to be detected by querying libcurl
      via curl. Probably overkill given that OCSP is on its way out.)
    
    Follow-up to f2c765028fcf91c4f7bf15eeb0249d525e13ac8f #20149
    
    Closes #20133

    Changed files

    • src/curlinfo.c
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/env.py