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

Builder curl-ares-solaris11-sparc Build #4280

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision37913c01a51653d257dc7d57f676504cedbf16f6
Got Revision37913c01a51653d257dc7d57f676504cedbf16f6
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 39 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4280 Build
codebase Build
got_revision 37913c01a51653d257dc7d57f676504cedbf16f6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 37913c01a51653d257dc7d57f676504cedbf16f6 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 31 09:43:47 2025
EndThu Jul 31 10:58:58 2025
Elapsed1 hrs, 15 mins, 10 secs

All Changes:

:

  1. 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
  2. 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
  3. 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