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

Builder curl-pr-unthreaded-solaris10-i386 Build #3764

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision8988f33f622dd70870b525cab60279eee81ac960
Got Revision8988f33f622dd70870b525cab60279eee81ac960
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 55 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3764 Build
codebase Build
got_revision 8988f33f622dd70870b525cab60279eee81ac960 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 8988f33f622dd70870b525cab60279eee81ac960 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Yedaya Katsman

Timing:

StartMon Apr 7 08:48:47 2025
EndMon Apr 7 10:01:51 2025
Elapsed1 hrs, 13 mins, 3 secs

All Changes:

:

  1. Change #226859

    Category None
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Mon 07 Apr 2025 08:46:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0f201d41d9117d808bbf5bec75980695e68d39f4

    Comments

    tests: removes CApath in stunnel
    
    It wasn't used, and didn't do anything since the folder it got didn't
    have files with names of the hash of the subjects. [1]
    
    [1] https://www.stunnel.org/static/stunnel.html#CApath-CA_DIRECTORY
    
    Closes #16923

    Changed files

    • tests/secureserver.pl
  2. Change #226860

    Category None
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Mon 07 Apr 2025 08:46:56
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 8988f33f622dd70870b525cab60279eee81ac960

    Comments

    tests: Add https-mtls server to force client auth
    
    - test2088 verifies that mutual tls works
    
    This adds a new certificate to generate which has the clientAuth key
    usage enabled, and uses it to connect to a https-mtls server.
    
    Closes #16923

    Changed files

    • tests/FILEFORMAT.md
    • tests/certs/Makefile.inc
    • tests/certs/test-client-cert.prm
    • tests/data/Makefile.am
    • tests/data/test2088
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm