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

Builder curl-threaded-solaris10-i386 Build #3626

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 31 23:02:20 2025
EndFri Aug 1 08:08:06 2025
Elapsed9 hrs, 5 mins, 46 secs

All Changes:

:

  1. Change #241479

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 20:05:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 923db3515d3f3a707fd4cad6f05f9538899536d7

    Comments

    schannel: not supported with UWP, drop redundant code
    Schannel is not supported by UWP. SSPI is also required by Schannel in
    curl, and SSPI also isn't supported by UWP.
    
    mingw-w64 is able to create such build regardless (my guess: due to API
    parts not accurately marked as UWP-only), but the binary is unlikely
    to work. With MSVC the failure happens at build-time.
    
    Ref: https://learn.microsoft.com/windows/win32/api/sspi/nf-sspi-initsecurityinterfacea#requirements
    Ref: https://learn.microsoft.com/windows/win32/secauthn/initializesecuritycontext--schannel#requirements
    
    Drop all UWP-related logic, including two related feature checks, that
    can now be permanently enabled.
    
    Also:
    - build: show fatal error for Schannel in UWP mode.
    - build: do not allow enabling SSPI in UWP mode.
    - drop undocumented option `DISABLE_SCHANNEL_CLIENT_CERT`. Added without
      mention in an unrelated commit. The PR text says to save size. On x64
      this is 0.3%, or 4KB out of 1.3MB. The tiny gain doesn't justify
      an extra build variant. Ref: 8beff4355956e3d18ceb3afc21c1f3edec82543c
    - move `MPROTO_SCHANNEL_CERT_SHARE_KEY` closer to its use.
    - replace commented block with `#if 0`.
    
    Reviewed-by: Jay Satiro
    Follow-up to cd0ec4784c1c0f873939f33ec1a73c8739f276b9 #17089
    Closes #18116

    Changed files

    • .github/workflows/windows.yml
    • CMakeLists.txt
    • configure.ac
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c
    • m4/curl-schannel.m4
  2. Change #241488

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 20:43:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 902262b16605bb8d92ee2002d498d81c2776fe5e

    Comments

    windows: document toolchain support for `CERT_NAME_SEARCH_ALL_NAMES_FLAG`
    Follow-up to 5f99b45693e9d649397b7b7781f498d9c175bfa2 #18113
    Follow-up to 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 #18085

    Changed files

    • lib/vtls/schannel_verify.c