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

Builder curl-ares-solaris10-sparc Build #2907

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision902262b16605bb8d92ee2002d498d81c2776fe5e
Got Revision902262b16605bb8d92ee2002d498d81c2776fe5e
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Cole Leavitt
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu Jul 31 22:40:06 2025
EndFri Aug 1 12:58:54 2025
Elapsed14 hrs, 18 mins, 48 secs

All Changes:

:

  1. Change #241410

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 08:55:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d025fd9120603dfbb3a9bd40747d954de9e9147

    Comments

    curl: make --retry-delay and --retry-max-time accept decimal seconds
    Like other time options already do.
    
    Reported-by: Alice Lee Poetics
    Fixes #18109
    Closes #18111

    Changed files

    • docs/cmdline-opts/retry-delay.md
    • docs/cmdline-opts/retry-max-time.md
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_operate.c
  2. Change #241421

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 09:29:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f99b45693e9d649397b7b7781f498d9c175bfa2

    Comments

    windows: document toolchain support for some macros (cont.)
    Follow-up to 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 #18085
    
    Closes #18113

    Changed files

    • lib/vtls/schannel.c
  3. Change #241422

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 09:29:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5cf6223d79f8b7849c7b9b46227cca76bb4bdad

    Comments

    CURLOPT: bump `CURL_REDIR_*` macros to `long`
    This patch bumps the size of these macros from `int` to `long`, while
    keeping their actual values the same. It may cause incompatibilities in
    user code, requiring the bump of holder variables and/or adding casts:
    
    - CURL_REDIR_GET_ALL
    - CURL_REDIR_POST_301
    - CURL_REDIR_POST_302
    - CURL_REDIR_POST_303
    - CURL_REDIR_POST_ALL
    
    Also:
    - keep existing cast within the documentation to make sure it applies
      to older curl versions as well.
    
    Closes #18110

    Changed files

    • include/curl/curl.h
    • tests/libtest/lib1571.c
    • tests/libtest/lib650.c
  4. Change #241423

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 09:29:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37913c01a51653d257dc7d57f676504cedbf16f6

    Comments

    libtests: update format strings to avoid casts, drop some macros
    - bump format strings to show the full value, drop casts.
    - drop redundant casts (enum -> `%d`).
    - drop some single-use macros.
    - replace `int` with `bool` in testtrace.
    
    Closes #18106

    Changed files

    • tests/libtest/cli_h2_pausing.c
    • tests/libtest/cli_h2_serverpush.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
    • tests/libtest/cli_ws_data.c
    • tests/libtest/cli_ws_pingpong.c
    • tests/libtest/first.h
    • tests/libtest/lib1485.c
    • tests/libtest/lib1506.c
    • tests/libtest/lib1507.c
    • tests/libtest/lib1512.c
    • tests/libtest/lib1515.c
    • tests/libtest/lib1520.c
    • tests/libtest/lib1522.c
    • tests/libtest/lib1538.c
    • tests/libtest/lib1540.c
    • tests/libtest/lib1542.c
    • tests/libtest/lib1553.c
    • tests/libtest/lib1556.c
    • tests/libtest/lib1559.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1565.c
    • tests/libtest/lib1907.c
    • tests/libtest/lib1911.c
    • tests/libtest/lib1915.c
    • tests/libtest/lib1940.c
    • tests/libtest/lib1945.c
    • tests/libtest/lib2032.c
    • tests/libtest/lib2301.c
    • tests/libtest/lib2402.c
    • tests/libtest/lib2404.c
    • tests/libtest/lib2502.c
    • tests/libtest/lib2700.c
    • tests/libtest/lib3026.c
    • tests/libtest/lib3033.c
    • tests/libtest/lib3105.c
    • tests/libtest/lib500.c
    • tests/libtest/lib506.c
    • tests/libtest/lib526.c
    • tests/libtest/lib530.c
    • tests/libtest/lib536.c
    • tests/libtest/lib540.c
    • tests/libtest/lib544.c
    • tests/libtest/lib547.c
    • tests/libtest/lib552.c
    • tests/libtest/lib554.c
    • tests/libtest/lib555.c
    • tests/libtest/lib557.c
    • tests/libtest/lib571.c
    • tests/libtest/lib573.c
    • tests/libtest/lib574.c
    • tests/libtest/lib576.c
    • tests/libtest/lib582.c
    • tests/libtest/lib583.c
    • tests/libtest/lib586.c
    • tests/libtest/lib650.c
    • tests/libtest/lib651.c
    • tests/libtest/lib670.c
    • tests/libtest/lib677.c
    • tests/libtest/lib753.c
    • tests/libtest/testtrace.c
    • tests/libtest/testtrace.h
    • tests/unit/unit1309.c
  5. Change #241426

    Category curl
    Changed by Cole Leavitt <coleleavittohnoyoudont@protonmail.com>
    Changed at Thu 31 Jul 2025 10:07:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4108d11008030c5c25adb28bf73ba392f80708a8

    Comments

    bufq: add integer overflow checks before chunk allocations
    Closes #18112

    Changed files

    • lib/bufq.c
  6. Change #241432

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 10:48:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d21e75a6ae0cda978e68b26579e5665a0a92ca0d

    Comments

    curl_mime_data_cb.md: mention what datasize is for
    Closes #18115

    Changed files

    • docs/libcurl/curl_mime_data_cb.md
  7. Change #241441

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 11:54:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5c245045e9606508a50d7d4eefcbffdb814339d

    Comments

    windows: drop two interim, single-use macros
    Follow-up to e77d8670685d38d80c940877a4fdfa3382c4d6cc
    
    Closes #18114

    Changed files

    • lib/curl_sspi.c
    • lib/curl_sspi.h
    • lib/vtls/schannel.c
  8. Change #241479

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 20:05:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 923db3515d3f3a707fd4cad6f05f9538899536d7

    Comments

    schannel: not supported with UWP, drop redundant code
    Schannel is not supported by UWP. SSPI is also required by Schannel in
    curl, and SSPI also isn't supported by UWP.
    
    mingw-w64 is able to create such build regardless (my guess: due to API
    parts not accurately marked as UWP-only), but the binary is unlikely
    to work. With MSVC the failure happens at build-time.
    
    Ref: https://learn.microsoft.com/windows/win32/api/sspi/nf-sspi-initsecurityinterfacea#requirements
    Ref: https://learn.microsoft.com/windows/win32/secauthn/initializesecuritycontext--schannel#requirements
    
    Drop all UWP-related logic, including two related feature checks, that
    can now be permanently enabled.
    
    Also:
    - build: show fatal error for Schannel in UWP mode.
    - build: do not allow enabling SSPI in UWP mode.
    - drop undocumented option `DISABLE_SCHANNEL_CLIENT_CERT`. Added without
      mention in an unrelated commit. The PR text says to save size. On x64
      this is 0.3%, or 4KB out of 1.3MB. The tiny gain doesn't justify
      an extra build variant. Ref: 8beff4355956e3d18ceb3afc21c1f3edec82543c
    - move `MPROTO_SCHANNEL_CERT_SHARE_KEY` closer to its use.
    - replace commented block with `#if 0`.
    
    Reviewed-by: Jay Satiro
    Follow-up to cd0ec4784c1c0f873939f33ec1a73c8739f276b9 #17089
    Closes #18116

    Changed files

    • .github/workflows/windows.yml
    • CMakeLists.txt
    • configure.ac
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c
    • m4/curl-schannel.m4
  9. Change #241488

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 20:43:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 902262b16605bb8d92ee2002d498d81c2776fe5e

    Comments

    windows: document toolchain support for `CERT_NAME_SEARCH_ALL_NAMES_FLAG`
    Follow-up to 5f99b45693e9d649397b7b7781f498d9c175bfa2 #18113
    Follow-up to 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 #18085

    Changed files

    • lib/vtls/schannel_verify.c