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

Builder curl-ares-solaris10-i386 Build #4198

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision20ae14a32233f511d6114ee6a5b6ec9cd9228f5e
Got Revision20ae14a32233f511d6114ee6a5b6ec9cd9228f5e
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 45 mins, 4 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 4198 Build
codebase Build
got_revision 20ae14a32233f511d6114ee6a5b6ec9cd9228f5e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 20ae14a32233f511d6114ee6a5b6ec9cd9228f5e 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Feb 13 11:50:45 2026
EndSat Feb 14 02:40:02 2026
Elapsed14 hrs, 49 mins, 17 secs

All Changes:

:

  1. Change #257669

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Feb 2026 22:34:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df6f3ae60ab915e0993d435f416ac763c5095255

    Comments

    multi: split multi_runsingle into sub functions
    To reduce complexity.
    
    - is_finished() checks if the individual transfer is done
    
    - handle_completed() is the logic that runs for a completed
      transfer
    
    Closes #20573

    Changed files

    • lib/multi.c
  2. Change #257670

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Feb 2026 22:34:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 10bb489b22d1777f2984aa5bf0d0d420714061d9

    Comments

    schannel: refactor: reduce variable scopes, fix comment, fix indent
    Refactor and simplify the Schannel code, primarily by reducing
    duplicated buffer-management and credential-setup logic.
    
    - split client certificate selection into get_client_cert() and SSPI
      credential acquisition into acquire_sspi_handle()
    - introduce a struct sbuffer for encrypted/decrypted buffering
    - Add ensure_encoding_size() and ensure_decoding_size() helpers to
      centralize buffer growth/realloc decisions
    - Tighten variable scopes and tidy indentation/logging in the handshake
      and receive/decrypt loops.
    - Update comments and adjusts some receive error-condition handling to
      better preserve buffered-data behavior.
    
    Closes #20569

    Changed files

    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
  3. Change #257673

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Feb 2026 22:46:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36dc50b7e39e1c314cef24192087068e3eb98e33

    Comments

    smb: include arpa/inet.h for NonStop
    Reported-by: Randall S. Becker
    URL: https://curl.se/mail/lib-2026-02/0010.html
    Closes #20579

    Changed files

    • lib/smb.c
  4. Change #257674

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Feb 2026 22:47:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 207ab758f524da2fbd08f7887921950180a23bcc

    Comments

    ws/tftp: include header file even when protocol disabled
    As the scheme details are still needed. clang 21 warned for this in HTTP-only
    builds.
    
    Reported-by: Marcel Raad
    URL: https://curl.se/mail/lib-2026-02/0008.html
    Closes #20568

    Changed files

    • lib/tftp.c
    • lib/ws.c
  5. Change #257688

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 13 Feb 2026 00:22:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb5541c28bdc7761c50423335f44b698d36caef1

    Comments

    GHA/windows: replace Cygwin distro server
    `mirrors.kernel.org` is down.
    
    Also:
    - link to `mirrors.kernel.org` status page.
    - link to list of mirrors.
    
    Ref: https://archlinux.org/mirrors/kernel.org/
    
    Closes #20583

    Changed files

    • .github/workflows/windows.yml
  6. Change #257689

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 13 Feb 2026 00:24:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20ae14a32233f511d6114ee6a5b6ec9cd9228f5e

    Comments

    cmake: warn for invalid `CURL_TARGET_WINDOWS_VERSION` values
    Also:
    - INSTALL-CMAKE.md: add an example for `CURL_TARGET_WINDOWS_VERSION`.
    
    Reported-by: nono303 on github
    Ref: #20575
    Closes #20582

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md