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

Builder curl-ares-solaris10-sparc Build #3715

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5510e44fcc3a401214cd5f20c415d8af193a7b11
Got Revision5510e44fcc3a401214cd5f20c415d8af193a7b11
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 36 mins, 25 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3715 Build
codebase Build
got_revision 5510e44fcc3a401214cd5f20c415d8af193a7b11 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5510e44fcc3a401214cd5f20c415d8af193a7b11 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Aug 13 16:35:37 2026
EndFri Aug 14 07:14:28 2026
Elapsed14 hrs, 38 mins, 50 secs

All Changes:

:

  1. Change #278045

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 08:28:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6a6edec2c6ee7c401b6262c385483e0a7f237dd4

    Comments

    multihandle: move two struct fields
    To avoid holes on 64-bit architectures.
    
    Closes #22565

    Changed files

    • lib/multihandle.h
  2. Change #278052

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Aug 2026 10:15:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dea00a6d7386b91dfcf9b87eb5b2d5c24186aea9

    Comments

    cmake: use built-in variable and target property dump functions with CMake 4.5+
    Their output is nearly identical to curl's implementations. Minor
    differences: it goes to stdout (curl: stderr), marks cache variables,
    but doesn't mark 'advanced' ones.
    
    Also:
    - indent curl's output to match CMake's.
    - replace single quotes with double to match CMake output.
    - alpha-sort target properties to match CMake.
    - alpha-sort config types to match CMake.
    - tested OK with cmake-4.4.20260811-g567ed0e and 4.4.20260812-g760e4fb.
    
    Refs:
    https://gitlab.kitware.com/cmake/cmake/-/commit/f723293c7f625b14bd48627042fc04e67b76c513
    https://gitlab.kitware.com/cmake/cmake/-/merge_requests/11834
    https://gitlab.kitware.com/cmake/cmake/-/work_items/27513
    https://cmake.org/cmake/help/git-master/command/cmake_language.html#command:cmake_language
    
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701
    Follow-up to f58342ae21fe4a04edddd98f255d8b0c3d66ae3a #15562
    Follow-up to cd51bb503ae1779a45c90898b89da6e19c616521 #14439
    
    Closes #22566

    Changed files

    • CMake/Utilities.cmake
  3. Change #278057

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Aug 2026 11:22:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d034539ece1e04f6fb7cb9b7ea02111312f7456

    Comments

    tool_operate: limit `is_using_schannel()` call to Windows
    Follow-up to cd238bb7addf5b1f174df47ccc61651a545c4876 #22552
    
    Closes #22568

    Changed files

    • src/tool_operate.c
  4. Change #278086

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 14:43:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca26e728a62b8f22032f29445c8e4e865cb9e3ad

    Comments

    conncache: don't assume curl_off_t increment wrap-around
    In the totally unlikely event that next_easy_id would ever wrap, avoid
    undefined behavior. It is a signed type.
    
    Also: update the related comment in urldata.h that mentioned LONG_MAX
    but is nowadays CURL_OFF_T_MAX
    
    Closes #22569

    Changed files

    • lib/conncache.c
    • lib/urldata.h
  5. Change #278098

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 16:13:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5510e44fcc3a401214cd5f20c415d8af193a7b11

    Comments

    tool_operate: refactor schannel checks and move win32 cert checks to function
    Follow-up to 9d034539ece1e
    
    Closes #22570

    Changed files

    • src/tool_operate.c