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

Builder curl-threaded-solaris10-sparc Build #3474

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncf9e445e0357675421714e564db407dac6b78d5c
Got Revisioncf9e445e0357675421714e564db407dac6b78d5c
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Feb 13 13:01:11 2026
EndSat Feb 14 06:47:06 2026
Elapsed17 hrs, 45 mins, 55 secs

All Changes:

:

  1. Change #257640

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 19:04:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ce596a9567ac3944a783f24903af3ad6bbe1ba1

    Comments

    msvc: VS2026: unlock picky warning in cmake, test in CI
    Upgrade a GHA/windows job to VS2026 (from VS2022), using a runner image
    released a week ago. It also comes with the same Windows SDK as VS2022:
    v10.0.26100.0.
    
    The runner image uses Windows 2025 unfortunately, which makes the job
    run significantly slower than before this patch:
    - configure: 49s -> 1m10s
    - build: 3s -> 5s
    - install test prereqs: 23s -> 27s
    - run tests: 3m18s -> 4m11s
    - build examples: 15s -> 25s
    
    It's a shame.
    
    Also:
    - cmake: enable picky warnings for VS2026 internal version 19.50.
      Build is clean with existing options.
    - GHA/windows: make the built-in OpenSSH intall path recognize
      the windows-2025-vs2026 image as windows-2025.
    - windows-2025-vs2026 is able to load the cached stunnel made on
      the windows-2022 runner.
    - disk use of the build is almost identical to VS2022.
    
    Before: https://github.com/curl/curl/actions/runs/21955482367/job/63418133880
    After: https://github.com/curl/curl/actions/runs/21957589847/job/63426546943
    
    Ref: https://github.com/actions/runner-images/blob/71f0157880be328a2b0a4dc81cda61735ba6c45d/images/windows/Windows2025-VS2026-Readme.md
    Ref: #20575
    
    Closes #20577

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Change #257715

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

    Comments

    cmake: normalize uppercase hex winver (for display)
    For display and consistency with other regexp. It did not cause harm.
    
    Follow-up to 2100d9fde267eea68f8097ff0a8ba7b3c9742c7f #12044
    
    Closes #20586

    Changed files

    • CMakeLists.txt