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

Builder curl-unthreaded-solaris11-i386 Build #4620

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4620 Build
codebase Build
got_revision 85a895c59fa5d268176a9ca243c6c515f54c7f24 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 85a895c59fa5d268176a9ca243c6c515f54c7f24 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 11 19:57:56 2026
EndWed Feb 11 22:56:35 2026
Elapsed2 hrs, 58 mins, 38 secs

All Changes:

:

  1. Change #257459

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 17:01:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 325d0e0a684617638e1f040f76ef0677ba429af7

    Comments

    cmake: fix `CURL_DROP_UNUSED` accidental left always-enabled
    Follow-up to 66ad54e46b934e17e786e10e0292fa6f1f3fa816 #20357
    
    Closes #20565

    Changed files

    • CMakeLists.txt
  2. Change #257463

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 18:00:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85a895c59fa5d268176a9ca243c6c515f54c7f24

    Comments

    cli_hx_download: add Schannel support
    Fixes:
    ```
    $ wine libtests.exe cli_hx_download https://curl.se/
    [...]
    Assertion failed: t->checked_ssl, file .../curl/tests/libtest/cli_hx_download.c, line 563
    ```
    
    into:
    ```
    [t-0] info Schannel TLS version 0x00000800
    ```
    
    Refs:
    https://learn.microsoft.com/windows/win32/secauthn/querycontextattributes--general
    https://learn.microsoft.com/windows/win32/api/schannel/ns-schannel-secpkgcontext_connectioninfo
    
    Ref: c220674ac451231e05df1686bd3da473e5c37252 #20564
    Follow-up to ba9ddb935794a9fdd6906f043102a0d3e5795113 #18066
    
    Closes #20556

    Changed files

    • tests/libtest/cli_hx_download.c