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

Builder curl-unthreaded-solaris10-i386 Build #16422

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 56 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16422 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-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartFri Feb 13 07:02:17 2026
EndFri Feb 13 21:54:52 2026
Elapsed14 hrs, 52 mins, 35 secs

All Changes:

:

  1. Change #257611

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 16:29:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 516a0cd382bfda7e3cd162dab4ff71016eadd9af

    Comments

    cmake: add `BORINGSSL_VERSION` configuration variable, test in CI
    To simplify setting BoringSSL version, using:
    `-DBORINGSSL_VERSION=0.20260211.0`
    or
    `-DBORINGSSL_VERSION=${boringssl_version}`
    
    Previously it could be set via C flags, using complicated shell quotes:
    `-DCMAKE_C_FLAGS="-DCURL_BORINGSSL_VERSION=\\\"${boringssl_version}\\\""`
    (the C flags method remains, also for autotools)
    
    It'd be nice if BoringSSL published its version not just via
    `MODULE.bazel` in its source tree, but from its public headers, to make
    these workarounds unnecessary.
    
    Also:
    - GHA/http3-linux: test both options.
    
    Closes #20571

    Changed files

    • .github/workflows/http3-linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
  2. Change #257623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 17:29:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5edd79aa936891fb849bed3651efe8e2d78a6922

    Comments

    cmake: add `CURL_PATCHSTAMP` configuration variable, test in CI
    Also:
    - INSTALL-CMAKE.md: alpha sort.
    
    Closes #20576

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
  3. Change #257625

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 12 Feb 2026 17:38:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aece530e26716bf84402b96f61f83c4a78222d93

    Comments

    GHA: update google/boringssl to v0.20260211.0
    Closes #20566

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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