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

Builder curl-unthreaded-solaris11-i386 Build #4625

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision207ab758f524da2fbd08f7887921950180a23bcc
Got Revision207ab758f524da2fbd08f7887921950180a23bcc
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 55 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4625 Build
codebase Build
got_revision 207ab758f524da2fbd08f7887921950180a23bcc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 207ab758f524da2fbd08f7887921950180a23bcc 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. Daniel Stenberg

Timing:

StartThu Feb 12 23:45:02 2026
EndFri Feb 13 02:47:35 2026
Elapsed3 hrs, 2 mins, 33 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