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

Builder curl-unthreaded-solaris10-sparc Build #14048

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 2 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14048 Build
codebase Build
got_revision 4ce309d968cfe02c402d07b2911241c38a8adf6b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4ce309d968cfe02c402d07b2911241c38a8adf6b Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartThu Jun 25 06:48:22 2026
EndThu Jun 25 19:35:55 2026
Elapsed12 hrs, 47 mins, 32 secs

All Changes:

:

  1. Change #272591

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 24 Jun 2026 20:36:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ce309d968cfe02c402d07b2911241c38a8adf6b

    Comments

    ldap: support insecure mode for Windows native LDAP
    - Bypass cert verification if verifypeer is disabled.
    
    Prior to this change libcurl lacked the ability to bypass certificate
    verification for Windows native LDAP (USE_WIN32_LDAP). A comment said
    "Win32 LDAP SDK does not support insecure mode without CA!" but I found
    that we can bypass the check by setting a verify callback to override
    Windows' internal verify check.
    
    Closes https://github.com/curl/curl/pull/22152

    Changed files

    • lib/ldap.c