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

Builder curl-threaded-solaris10-i386 Build #3625

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb5c245045e9606508a50d7d4eefcbffdb814339d
Got Revisionb5c245045e9606508a50d7d4eefcbffdb814339d
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartThu Jul 31 13:16:53 2025
EndThu Jul 31 23:02:17 2025
Elapsed9 hrs, 45 mins, 23 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